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:
authorAlexander Marchuk <alexm@maps.me>2015-12-08 13:06:51 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:03:48 +0300
commitc364f24b280620cfedbc928d4c602db2d08bd1cc (patch)
treed11d32ddb070aa0f95655623246e31ec0dfe05db /android/AndroidManifest.xml
parent83907f9a7e57ac3a9610bfbf7f6b766248a53931 (diff)
[android] add: Editor host activity/fragment.
Diffstat (limited to 'android/AndroidManifest.xml')
-rw-r--r--android/AndroidManifest.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index 26596cbb91..f601dd5fdd 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -228,6 +228,17 @@
android:value="com.mapswithme.maps.bookmarks.BookmarkCategoriesActivity"/>
</activity>
+ <activity
+ android:name="com.mapswithme.maps.editor.EditorActivity"
+ android:configChanges="orientation|screenLayout|screenSize"
+ android:label="@string/pp_place_edit"
+ 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"/>
+ </activity>
+
<!-- facebook -->
<activity
android:name="com.facebook.FacebookActivity"