Location requests through foreground service

This commit is contained in:
estevez-dev
2020-07-20 16:23:12 +03:00
parent f87cff7a7e
commit f4b6d7a332
4 changed files with 185 additions and 10 deletions

View File

@@ -60,6 +60,10 @@
android:name=".LocationUpdatesService"
android:enabled="true"
android:exported="false" />
<service
android:name=".LocationRequestService"
android:enabled="true"
android:exported="false" />
<receiver android:name=".NotificationActionReceiver" android:exported="true">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED"/>