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-31 15:21:59 +0300
committerDmitry Yunitsky <yunik@mapswithme.com>2016-03-31 17:18:52 +0300
commit4b1489c4dea098929196baf4fd03255aa197c39c (patch)
tree29c90d659dfb487c455361f9ee77276f611ec5e6 /android/AndroidManifest.xml
parent56fd4c7be3e8c3bec7dd69fa1ab6498fea46c6bc (diff)
[android] Fixed crash in osm login from dialog.
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 4d5d9c83b8..cf2c064c03 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -271,6 +271,15 @@
android:value="com.mapswithme.maps.MwmActivity"/>
</activity>
+ <activity
+ android:name="com.mapswithme.maps.editor.OsmAuthActivity"
+ 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"