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>2016-03-14 10:27:55 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:53:19 +0300
commit1b5170344ac20b89dfd6bd2f41736928d4d1fcf9 (patch)
treec488bef46065d458523308e7819b4216623770b2 /android/AndroidManifest.xml
parent2cbca40214d632ba5e368beb2d78155fef5b9797 (diff)
[android] Ui to select feature category.
Diffstat (limited to 'android/AndroidManifest.xml')
-rw-r--r--android/AndroidManifest.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index b3ec9cf183..1146c3f6d6 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -249,6 +249,16 @@
android:value="com.mapswithme.maps.settings.SettingsActivity"/>
</activity>
+ <activity
+ android:name="com.mapswithme.maps.editor.FeatureCategoryActivity"
+ 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.settings.SettingsActivity"/>
+ </activity>
+
+
<!-- facebook -->
<activity
android:name="com.facebook.FacebookActivity"