Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Yunitsky <yunik@mapswithme.com>2015-08-11 17:48:09 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:01:16 +0300
commit1a20301cbdf06c0e737ef9d3ce2607179a7f00eb (patch)
tree4d03f1eed013b93df8c783b7037d787ef808557c /android/AndroidManifest.xml
parentccf1aabc90c6ad4701e506f8dbe21c919fe9056e (diff)
[android] Refactoring and fixes.
Diffstat (limited to 'android/AndroidManifest.xml')
-rw-r--r--android/AndroidManifest.xml24
1 files changed, 12 insertions, 12 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index 8cdbb0b693..ba12b0d2c8 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -51,7 +51,7 @@
android:xlargeScreens="true"/>
<application
- android:name="com.mapswithme.maps.MWMApplication"
+ android:name=".MwmApplication"
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
@@ -169,7 +169,7 @@
</activity>
<activity
- android:name="com.mapswithme.maps.MWMActivity"
+ android:name="com.mapswithme.maps.MwmActivity"
android:launchMode="singleTask"
android:theme="@style/MwmTheme.Map"
android:windowSoftInputMode="stateAlwaysHidden|adjustPan">
@@ -179,45 +179,45 @@
android:name="com.mapswithme.country.DownloadActivity"
android:configChanges="orientation|screenLayout|screenSize"
android:label="@string/download_maps"
- android:parentActivityName="com.mapswithme.maps.MWMActivity">
+ android:parentActivityName="com.mapswithme.maps.MwmActivity">
<!-- The meta-data element is needed for versions lower than 4.1 -->
<meta-data
android:name="android.support.PARENT_ACTIVITY"
- android:value="com.mapswithme.maps.MWMActivity"/>
+ android:value="com.mapswithme.maps.MwmActivity"/>
</activity>
<activity
android:name="com.mapswithme.maps.search.SearchActivity"
android:configChanges="orientation|screenLayout|screenSize"
android:label="@string/search_map"
- android:parentActivityName="com.mapswithme.maps.MWMActivity"
+ android:parentActivityName="com.mapswithme.maps.MwmActivity"
android:windowSoftInputMode="stateVisible|adjustResize">
<!-- The meta-data element is needed for versions lower than 4.1 -->
<meta-data
android:name="android.support.PARENT_ACTIVITY"
- android:value="com.mapswithme.maps.MWMActivity"/>
+ android:value="com.mapswithme.maps.MwmActivity"/>
</activity>
<activity
android:name="com.mapswithme.maps.settings.SettingsActivity"
android:configChanges="orientation|screenLayout|screenSize"
android:label="@string/settings_and_more"
- android:parentActivityName="com.mapswithme.maps.MWMActivity">
+ android:parentActivityName="com.mapswithme.maps.MwmActivity">
<!-- The meta-data element is needed for versions lower than 4.1 -->
<meta-data
android:name="android.support.PARENT_ACTIVITY"
- android:value="com.mapswithme.maps.MWMActivity"/>
+ android:value="com.mapswithme.maps.MwmActivity"/>
</activity>
<activity
android:name="com.mapswithme.maps.settings.StoragePathActivity"
android:configChanges="orientation|screenLayout|screenSize"
android:label="@string/maps_storage"
- android:parentActivityName="com.mapswithme.maps.MWMActivity">
+ android:parentActivityName="com.mapswithme.maps.MwmActivity">
<!-- The meta-data element is needed for versions lower than 4.1 -->
<meta-data
android:name="android.support.PARENT_ACTIVITY"
- android:value="com.mapswithme.maps.MWMActivity"/>
+ android:value="com.mapswithme.maps.MwmActivity"/>
</activity>
<activity
@@ -232,11 +232,11 @@
android:name="com.mapswithme.maps.bookmarks.BookmarkCategoriesActivity"
android:configChanges="orientation|screenLayout|screenSize"
android:label="@string/bookmarks"
- android:parentActivityName="com.mapswithme.maps.MWMActivity">
+ android:parentActivityName="com.mapswithme.maps.MwmActivity">
<!-- The meta-data element is needed for versions lower than 4.1 -->
<meta-data
android:name="android.support.PARENT_ACTIVITY"
- android:value="com.mapswithme.maps.MWMActivity"/>
+ android:value="com.mapswithme.maps.MwmActivity"/>
</activity>
<activity