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-05-29 17:34:23 +0300
committerАлександр Зацепин <az@mapswithme.com>2017-05-29 17:34:23 +0300
commite6cfc4ae4f7eede3be50b019783745d88f9e19f2 (patch)
tree3a8a3f8b643e954418341d7dc03dadbf2f5de669 /android/AndroidManifest.xml
parent131a3e3218ca46be423529642fa265bc001551c9 (diff)
[android] Update pushwoosh to 4.12.2
Diffstat (limited to 'android/AndroidManifest.xml')
-rw-r--r--android/AndroidManifest.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index 4e7823e61c..bcc4493793 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -333,10 +333,6 @@
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize"
android:theme="@android:style/Theme.Translucent.NoTitleBar"/>
- <activity
- android:name="ru.mail.android.mytarget.ads.MyTargetActivity"
- android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"/>
-
<activity android:name="com.mopub.common.MoPubBrowser" android:configChanges="keyboardHidden|orientation|screenSize"/>
<receiver
@@ -385,11 +381,6 @@
</intent-filter>
</receiver>
- <!-- PushWoosh -->
- <activity android:name="com.pushwoosh.richpages.RichPageActivity"/>
- <activity android:name="com.pushwoosh.MessageActivity"/>
- <activity android:name="com.pushwoosh.PushHandlerActivity"/>
-
<receiver
android:name="com.google.android.gms.gcm.GcmReceiver"
android:exported="true"