From 988c2f87edd7ccde030b62e1cbc7b04b0e464197 Mon Sep 17 00:00:00 2001 From: licaon-kter Date: Tue, 10 Nov 2015 23:25:33 +0200 Subject: [PATCH 1/2] Expanded FAQ#13 with possible behaviour types A5 5.0.2 does the first Xperia 5.1.1 does the second --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2051b01b..33c9e61c 100644 --- a/README.md +++ b/README.md @@ -170,13 +170,15 @@ it is not possible to implement this, given the way NetGuard works. For more details, see [question 5](#FAQ5). -**(13) How can I remove the ongoing notification in the status bar?** +**(13) How can I remove the ongoing NetGuard entry in the notification screen?** -* Long click the notification +* Long click the NetGuard notification * Tap the 'i' icon -* Enable '*Block all*' +* Depending on your Android version and/or ROMs manufacturer software customisation, you can be directed to either: + * the **App Info** screen and you can uncheck '*Show notifications*' and agree to the next dialog + * the **App Notifications** screen and you can toggle the '*Block*' slider to on -Note that this will disable any warning notifications as well. +Note that, whether or not you get a dialog warning to agree upon, this operation will disable any warning notifications from NetGuard as well. Support ------- From 97d3f5c5e2aa65a3e0edb20c62e636a189053b0a Mon Sep 17 00:00:00 2001 From: licaon-kter Date: Wed, 11 Nov 2015 00:12:54 +0200 Subject: [PATCH 2/2] Added FAQ#14 about device admin flashing --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 33c9e61c..5ace2726 100644 --- a/README.md +++ b/README.md @@ -174,12 +174,17 @@ For more details, see [question 5](#FAQ5). * Long click the NetGuard notification * Tap the 'i' icon -* Depending on your Android version and/or ROMs manufacturer software customisation, you can be directed to either: +* Depending on your device and/or ROMs manufacturer software customisations, you can be directed to either: * the **App Info** screen and you can uncheck '*Show notifications*' and agree to the next dialog * the **App Notifications** screen and you can toggle the '*Block*' slider to on Note that, whether or not you get a dialog warning to agree upon, this operation will disable any warning notifications from NetGuard as well. + +**(14) Why is the screen briefly flashing when I enable '*Verify credentials*'?** + +If NetGuard does not have **Device Admin** permission and you toggle '*Verify credentials*' to on, you should be directed to the proper permission screen where you can Agree or Cancel. On some devices and/or ROMs this does not happen, the **Device Admin** permission screen is shown for a split second and then it disappears. You can still enable or disable the **Device Admin** permission for NetGuard in the device settings as you would normally though. + Support -------