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:
authorArsentiy Milchakov <milcars@mapswithme.com>2018-04-10 16:33:55 +0300
committerAleksandr Zatsepin <alexzatsepin@users.noreply.github.com>2018-04-10 16:36:20 +0300
commit10a614f428a6e2ffe51e5661c1ee10ca07752800 (patch)
treea44c5b955bb8af98e013b8ca5c7a55cb37de824e /android/AndroidManifest.xml
parent64a3ad3b16ba52c7bbfa503ff4b0fee62e6bf7ec (diff)
Revert "[android] Integrated libnotify library"
This reverts commit 64a3ad3b16ba52c7bbfa503ff4b0fee62e6bf7ec.
Diffstat (limited to 'android/AndroidManifest.xml')
-rw-r--r--android/AndroidManifest.xml19
1 files changed, 7 insertions, 12 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index 2f89c9d509..795a683e4b 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -474,21 +474,17 @@
</intent-filter>
</receiver>
- <!-- Took this legacy code from https://www.pushwoosh.com/docs/gcm-integration-legacy.
- Remove it after Pushwoosh is removed. -->
<service
- android:name="com.mapswithme.util.push.GCMListenerRouterService"
- android:enabled="true"
- android:exported="false" >
- <intent-filter android:priority="100" >
- <action android:name="com.google.android.c2dm.intent.RECEIVE" />
+ android:name="com.pushwoosh.GCMListenerService"
+ android:exported="false">
+ <intent-filter>
+ <action android:name="com.google.android.c2dm.intent.RECEIVE"/>
</intent-filter>
</service>
<service
- android:name="com.mapswithme.util.push.GcmInstanceIDRouterListenerService"
- android:enabled="true"
- android:exported="false">
+ android:name="com.pushwoosh.GCMInstanceIDListenerService"
+ android:exported="false">
<intent-filter>
<action android:name="com.google.android.gms.iid.InstanceID"/>
</intent-filter>
@@ -500,8 +496,7 @@
<service
android:name="com.pushwoosh.location.GeoLocationService"/>
- <service android:name="com.mapswithme.util.push.GcmInstanceIDListenerService"/>
- <service android:name="com.mapswithme.util.push.GcmMessageHandlerService"/>
+
<!-- Catches app upgraded intent -->
<receiver android:name=".background.UpgradeReceiver">
<intent-filter>