Declare location permission used by foreground properly

Fix #132.
This commit is contained in:
Mygod
2019-10-24 12:15:36 +08:00
parent 13c43f9b0e
commit e790e513e1
3 changed files with 13 additions and 6 deletions

View File

@@ -73,13 +73,16 @@
<service
android:name=".LocalOnlyHotspotService"
android:directBootAware="true"/>
android:directBootAware="true"
android:foregroundServiceType="location|connectedDevice"/>
<service
android:name=".RepeaterService"
android:directBootAware="true"/>
android:directBootAware="true"
android:foregroundServiceType="location|connectedDevice"/>
<service
android:name=".TetheringService"
android:directBootAware="true"/>
android:directBootAware="true"
android:foregroundServiceType="connectedDevice"/>
<service
android:name=".manage.RepeaterTileService"