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-03 10:44:01 +0300
committerAleksandr Zatsepin <alexzatsepin@users.noreply.github.com>2018-04-05 12:23:39 +0300
commit9fab79459cfe9a34a2798ba0e8a8fe309cec6732 (patch)
tree320d5fd47fc3acd8616e80a571cf9bd48d1b3385 /android/AndroidManifest.xml
parent56f4f450516c60ea99bf997d25d06bd236a6fd79 (diff)
[android] Notifications. UGC is not authenticated notification is added.
Diffstat (limited to 'android/AndroidManifest.xml')
-rw-r--r--android/AndroidManifest.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index 44f0711759..795a683e4b 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -420,6 +420,10 @@
android:name="com.mapswithme.maps.background.WorkerService"
android:exported="false"/>
+ <service
+ android:name="com.mapswithme.maps.background.NotificationService"
+ android:exported="false"/>
+
<receiver android:name="com.mapswithme.maps.location.TrackRecorderWakeReceiver">
<intent-filter>
<action android:name="com.mapswithme.maps.TRACK_RECORDER_ALARM"/>