mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-01-08 19:21:35 +00:00
Update AndroidManifest.xml
This commit is contained in:
parent
e8975a4714
commit
439476c18d
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@
|
|||
<uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS"/>
|
||||
<!-- ACCESS_COARSE_LOCATION is required to get WiFi's SSID on 8.1 -->
|
||||
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
|
||||
<!-- FOREGROUND_SERVICE is required to create a foreground service on 9 -->
|
||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
|
||||
|
||||
<application
|
||||
android:allowBackup="false"
|
||||
|
|
Loading…
Reference in a new issue