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:
authorDmitry Yunitsky <yunik@mapswithme.com>2015-05-15 18:33:53 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:47:53 +0300
commita65c206d07cc7fc24c5466c3b19321d20e11387d (patch)
treeb962491781cb12b737d7007e96eba10f71643c46 /android/AndroidManifest.xml
parent4903ef8798c6fdc5d8a3fbae8f67b1bdf1776278 (diff)
Removed MRGS.
Diffstat (limited to 'android/AndroidManifest.xml')
-rw-r--r--android/AndroidManifest.xml28
1 files changed, 0 insertions, 28 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index a463ef9197..b219d6e700 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -240,34 +240,6 @@
android:exported="false">
</service>
- <!-- needed for MRGS -->
- <activity
- android:name="ru.mail.mrgservice.MRGSGCMActivity"
- android:configChanges="keyboardHidden|orientation"
- android:theme="@android:style/Theme.Light.NoTitleBar.Fullscreen"/>
-
- <receiver
- android:name="ru.mail.mrgservice.MRGSBroadcastReceiver"
- android:exported="true">
- <intent-filter>
- <action android:name="com.android.vending.INSTALL_REFERRER"/>
- </intent-filter>
- </receiver>
-
- <receiver android:name="ru.mail.mrgservice.MRGSPackageRemoveReceiver">
- <intent-filter>
- <action android:name="android.intent.action.PACKAGE_REMOVED"/>
- <data android:scheme="package"/>
- </intent-filter>
- </receiver>
- <receiver android:name="ru.mail.mrgservice.MRGSLocalPushBroadcastReceiver"/>
- <receiver android:name="ru.mail.mrgservice.MRGSLocalPushAutoStartReceiver">
- <intent-filter>
- <action android:name="android.intent.action.BOOT_COMPLETED"/>
- </intent-filter>
- </receiver>
- <receiver android:name="ru.mail.mrgservice.MRGSNotificationDeleteReceiver"/>
-
<!-- Used to automatically upload Alohalytics statistics using WiFi. -->
<receiver
android:name="org.alohalytics.ConnectivityChangedReceiver"