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-06-10 11:24:45 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:50:41 +0300
commit4247235ec77eb971548d1a18dd001fea836222bf (patch)
treef39f34a71b3b33cb06d52a016079d6cf98d48a6a /android/AndroidManifest.xml
parent8de183f10e0e09ab5d4418e3c97cda81d513ff62 (diff)
MRGS is back again.
Diffstat (limited to 'android/AndroidManifest.xml')
-rw-r--r--android/AndroidManifest.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index 6f231eb50e..48c1b7eba3 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -277,6 +277,23 @@
android:exported="false">
</service>
+ <!-- needed for MRGS -->
+ <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.MRGSNotificationDeleteReceiver"/>
+
<!-- Used to automatically upload Alohalytics statistics using WiFi. -->
<receiver
android:name="org.alohalytics.ConnectivityChangedReceiver"