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-02-04 19:15:21 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:16:48 +0300
commit8ad298e0aa1db944440878cd96dd88acb08bd965 (patch)
treec9a94e64d9378000ffba7b723b9a105580e21b28 /android/AndroidManifest.xml
parent404f74b63b035718430ae34ec4705e69c5f4ec6e (diff)
[android] Auth fragments with profile
Diffstat (limited to 'android/AndroidManifest.xml')
-rw-r--r--android/AndroidManifest.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index 7ef7bb0d70..01464d2c5d 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -240,6 +240,15 @@
android:value="com.mapswithme.maps.MwmActivity"/>
</activity>
+ <activity
+ android:name="com.mapswithme.maps.editor.ProfileActivity"
+ android:parentActivityName="com.mapswithme.maps.settings.SettingsActivity">
+ <!-- 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"