Added query all packages permission

https://developer.android.com/preview/privacy/package-visibility
This commit is contained in:
M66B 2020-06-13 15:01:38 +02:00
parent affaeee2de
commit 9850dbb5ec
2 changed files with 2 additions and 0 deletions

1
FAQ.md
View File

@ -440,6 +440,7 @@ Since NetGuard blocks, unlike any other no-root firewall, domain names instead o
* WAKE_LOCK ('*Prevent device from sleeping*'): to reliably reload rules in the background on connectivity changes
* VIBRATE: to provide vibration feedback on widget tap
* FOREGROUND_SERVICE ('foreground service'): to run a foreground service on Android 9 Pie and later
* QUERY_ALL_PACKAGES: to list all apps
* BILLING: to use in-app billing
<a name="faq43"></a>

View File

@ -13,6 +13,7 @@
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
<!-- http://developer.android.com/guide/topics/security/permissions.html#normal-dangerous -->
<permission