This commit is contained in:
Alexey Kulish 2017-07-25 17:44:25 +03:00
parent bf7253d8ed
commit 7fef85273c

View file

@ -157,6 +157,7 @@ public class OsmandApplication extends MultiDexApplication {
externalStorageDirectoryReadOnly = true;
externalStorageDirectory = osmandSettings.getInternalAppPath();
}
osmandSettings.USE_MAP_MARKERS.set(true);
checkPreferredLocale();
appInitializer.onCreateApplication();