mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-01-24 10:55:54 +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"/>
|
<uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS"/>
|
||||||
<!-- ACCESS_COARSE_LOCATION is required to get WiFi's SSID on 8.1 -->
|
<!-- ACCESS_COARSE_LOCATION is required to get WiFi's SSID on 8.1 -->
|
||||||
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
|
<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
|
<application
|
||||||
android:allowBackup="false"
|
android:allowBackup="false"
|
||||||
|
|
Loading…
Reference in a new issue