mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-26 06:11:19 +00:00
Add permission required by API level 28 (#1399)
reference: https://developer.android.com/about/versions/pie/android-9.0-changes-28
This commit is contained in:
parent
32119af039
commit
b16be9a085
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