From 9850dbb5ecff97d3331d6eacafa11a593361243a Mon Sep 17 00:00:00 2001 From: M66B Date: Sat, 13 Jun 2020 15:01:38 +0200 Subject: [PATCH] Added query all packages permission https://developer.android.com/preview/privacy/package-visibility --- FAQ.md | 1 + app/src/main/AndroidManifest.xml | 1 + 2 files changed, 2 insertions(+) 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 @@ +