diff options
-rw-r--r-- | main/src/main/AndroidManifest.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/main/src/main/AndroidManifest.xml b/main/src/main/AndroidManifest.xml index aa3815ac..e0f7154c 100644 --- a/main/src/main/AndroidManifest.xml +++ b/main/src/main/AndroidManifest.xml @@ -9,8 +9,10 @@ <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> <uses-permission android:name="android.permission.FOREGROUND_SERVICE" /> - <!-- Used to show all apps in the allowed Apps selection --> - <uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" /> + <!-- Used to show all apps in the allowed Apps selection, + this app needs the list the app in the allow/deny apps over the VPN --> + <uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" + tools:ignore="QueryAllPackagesPermission" /> <!-- <queries>--> |