summaryrefslogtreecommitdiff
path: root/core/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/main/AndroidManifest.xml')
-rw-r--r--core/src/main/AndroidManifest.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/src/main/AndroidManifest.xml b/core/src/main/AndroidManifest.xml
index 3b6edae42..7d84bdddb 100644
--- a/core/src/main/AndroidManifest.xml
+++ b/core/src/main/AndroidManifest.xml
@@ -9,6 +9,11 @@
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.VIBRATE" />
+ <!-- ACCESS_FINE_LOCATION is needed only on Android 10+,
+ for Automatic Download Wifi filter's UI, which uses
+ WifiManager.WifiManager.getConfiguredNetworks()
+ -->
+ <uses-permission-sdk-23 android:name="android.permission.ACCESS_FINE_LOCATION" />
<application
android:allowBackup="true"