forked from organicmaps/organicmaps
[android] Changed order of categories according to Flurry stats.
This commit is contained in:
parent
caf125d12a
commit
e432b329ac
1 changed files with 4 additions and 4 deletions
|
@ -78,18 +78,18 @@ public class SearchActivity extends MapsWithMeBaseListActivity implements Locati
|
|||
|
||||
private static final String m_categories[] = {
|
||||
"food",
|
||||
"shop",
|
||||
"hotel",
|
||||
"tourism",
|
||||
"transport",
|
||||
"fuel",
|
||||
"shop",
|
||||
"entertainment",
|
||||
"atm",
|
||||
"bank",
|
||||
"transport",
|
||||
"fuel",
|
||||
"parking",
|
||||
"toilet",
|
||||
"pharmacy",
|
||||
"hospital",
|
||||
"toilet",
|
||||
"post",
|
||||
"police"
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue