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:
authorАлександр Зацепин <az@mapswithme.com>2017-06-20 21:03:24 +0300
committerYuri Gorshenin <mipt.vi002@gmail.com>2017-07-05 16:41:38 +0300
commita594f77fae88e2c73ef479552b70daa60f717d7f (patch)
treef31545ea4d201fedbb2892c0c57e410df0385edc /android/AndroidManifest.xml
parentca0bb787e642a7d52057603850baf80dec98abd9 (diff)
[android] Added base structures for UGC
Diffstat (limited to 'android/AndroidManifest.xml')
-rw-r--r--android/AndroidManifest.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index 6e16c326a1..745fd626a4 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -345,6 +345,8 @@
<activity android:name="com.mopub.common.MoPubBrowser" android:configChanges="keyboardHidden|orientation|screenSize"/>
+ <activity android:name=".ugc.UGCEditorActivity" android:configChanges="keyboardHidden|orientation|screenSize"/>
+
<receiver
android:name="com.mapswithme.maps.background.ConnectivityChangedReceiver"
android:enabled="true"