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-15 11:13:22 +0300
committerRoman Romanov <rromanov@65gb.net>2016-10-03 13:31:58 +0300
commit826766657ce80f7ccbf15077c0790ca6ee0840e5 (patch)
treef9126be81edf7d82d6f37c7b737010e68893172a /android/AndroidManifest.xml
parent037b636aed4b459df8c278f39a24095b396aef81 (diff)
[android] full screen photo activity
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 363f43a379..92ed583af1 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -298,6 +298,15 @@
android:value="com.mapswithme.maps.MwmActivity"/>
</activity>
+ <activity
+ android:name="com.mapswithme.maps.gallery.FullScreenGalleryActivity"
+ 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"