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:
authorRoman Romanov <rromanov@65gb.net>2016-09-14 14:55:38 +0300
committerRoman Romanov <rromanov@65gb.net>2016-10-03 13:31:57 +0300
commit24989698c2760d97d34ee3361d76d8ee04c3b0f8 (patch)
tree1a4086259710c8dcdd1cee2751e2fb30410fc24d /android/AndroidManifest.xml
parent10a5e9620d22d2a0ce398607abdb77875405d818 (diff)
[android] image gallery
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 bec1087871..363f43a379 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -289,6 +289,15 @@
android:value="com.mapswithme.maps.MwmActivity"/>
</activity>
+ <activity
+ android:name="com.mapswithme.maps.gallery.GalleryActivity"
+ 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"