WIP #571 Native foreground servise with active location tracking

This commit is contained in:
estevez-dev
2020-06-26 12:06:06 +03:00
parent f84728b948
commit 7ebf5f7c18
5 changed files with 640 additions and 3 deletions

View File

@ -56,6 +56,10 @@
<action android:name="com.google.firebase.MESSAGING_EVENT" />
</intent-filter>
</service>
<service
android:name=".LocationUpdatesService"
android:enabled="true"
android:exported="true" />
<receiver android:name=".NotificationActionReceiver" android:exported="true">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED"/>