Service: flag as location foreground service

android11
Georg Lukas 2020-10-01 17:35:32 +02:00
rodzic 8350cd41df
commit 50edf4147e
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -147,7 +147,8 @@
android:mimeType="application/x-pkcs12" />
</intent-filter>
</activity>
<service android:name=".AprsService" android:label="@string/aprsservice">
<service android:name=".AprsService" android:label="@string/aprsservice"
android:foregroundServiceType="location">
<intent-filter>
<action android:name="org.aprsdroid.app.SERVICE" />
<action android:name="org.aprsdroid.app.ONCE" />