diff --git a/FAQ.md b/FAQ.md index 152025d1..a0562f68 100644 --- a/FAQ.md +++ b/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 * 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 diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index e285984a..6fac14f7 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -13,6 +13,7 @@ +