[android] Added permission android.permission.BIND_JOB_SERVICE for services

This commit is contained in:
Dmitry Donskoy 2018-08-21 18:32:32 +03:00 committed by Aleksandr Zatsepin
parent 434967f603
commit bc3d8c4476

View file

@ -450,11 +450,12 @@
</receiver>
<service
android:name="com.mapswithme.maps.background.WorkerService"
android:exported="false"/>
android:name="com.mapswithme.maps.background.WorkerService"
android:permission="android.permission.BIND_JOB_SERVICE"
android:exported="false"/>
<service
android:name="com.mapswithme.maps.background.NotificationService"
android:permission="android.permission.BIND_JOB_SERVICE"
android:exported="false"/>
<receiver android:name="com.mapswithme.maps.location.TrackRecorderWakeReceiver">
@ -464,6 +465,7 @@
</receiver>
<service android:name="com.mapswithme.maps.location.TrackRecorderWakeService"
android:permission="android.permission.BIND_JOB_SERVICE"
android:exported="false"/>
<receiver
@ -517,6 +519,7 @@
<service
android:name="com.mapswithme.maps.bookmarks.SystemDownloadCompletedService"
android:permission="android.permission.BIND_JOB_SERVICE"
android:exported="false">
</service>