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-19 15:40:06 +0300
committerRoman Romanov <rromanov@65gb.net>2016-10-03 13:31:58 +0300
commit4571b089fc119bd28562ed15151ded4874884b48 (patch)
tree2275d50d64da6d43770a956601af2b5f3cdfcf4c /android/AndroidManifest.xml
parentc7761277083408d712b59d8395bec00b3836c464 (diff)
[android] added review 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 92ed583af1..95c0151f2b 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -307,6 +307,15 @@
android:value="com.mapswithme.maps.MwmActivity"/>
</activity>
+ <activity
+ android:name="com.mapswithme.maps.review.ReviewActivity"
+ 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"