mirror of
https://github.com/M66B/NetGuard.git
synced 2025-01-03 05:44:14 +00:00
Added query all packages permission
https://developer.android.com/preview/privacy/package-visibility
This commit is contained in:
parent
affaeee2de
commit
9850dbb5ec
2 changed files with 2 additions and 0 deletions
1
FAQ.md
1
FAQ.md
|
@ -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
|
* WAKE_LOCK ('*Prevent device from sleeping*'): to reliably reload rules in the background on connectivity changes
|
||||||
* VIBRATE: to provide vibration feedback on widget tap
|
* VIBRATE: to provide vibration feedback on widget tap
|
||||||
* FOREGROUND_SERVICE ('foreground service'): to run a foreground service on Android 9 Pie and later
|
* 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
|
* BILLING: to use in-app billing
|
||||||
|
|
||||||
<a name="faq43"></a>
|
<a name="faq43"></a>
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
<uses-permission android:name="android.permission.INTERNET" />
|
<uses-permission android:name="android.permission.INTERNET" />
|
||||||
<uses-permission android:name="android.permission.VIBRATE" />
|
<uses-permission android:name="android.permission.VIBRATE" />
|
||||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
|
<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 -->
|
<!-- http://developer.android.com/guide/topics/security/permissions.html#normal-dangerous -->
|
||||||
|
|
||||||
<permission
|
<permission
|
||||||
|
|
Loading…
Reference in a new issue