Service: flag as location foreground service

pull/304/head
Georg Lukas 2020-10-01 17:35:32 +02:00
rodzic 3936755a7f
commit b4118ce4f3
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -148,6 +148,7 @@
</intent-filter>
</activity>
<service android:name=".AprsService" android:label="@string/aprsservice"
android:foregroundServiceType="location"
tools:ignore="ExportedService" >
<intent-filter>
<action android:name="org.aprsdroid.app.SERVICE" />