diff --git a/README.md b/README.md index cf9479a2..baa0ecb7 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,17 @@ Allowing to disable a security application from other applications is not a good **(11) What's the point of _Open Android VPN settings_?** -It is there to give the user an option to revoke VPN permission from NetGuard, by tapping the settings icon left to revoke. Although on some devices / ROMs ( eg. Samsung Galaxy A5 5.0.2 or Sony Xperia 5.1.1 ) the software manufacturer did not provide a way to interact with the created VPN connection since it is not actually shown there ( but manually added VPN connections are) and hence you can't revoke its permissions if you wish so. +It is there to give the user an option to revoke VPN permission from NetGuard, by tapping the settings icon left to revoke. +Although on some devices / ROMs (eg. Samsung Galaxy A5 5.0.2 or Sony Xperia 5.1.1) +the software manufacturer did not provide a way to interact with the created VPN connection +since it is not actually shown there (but manually added VPN connections are) and hence you can't revoke its permissions if you wish so. + + +**(12) Can you add on demand asking to block/allow access?** + +Besides that this requires questionable Android permissions, +it is not possible to implement this, given the way NetGuard works. +For more details, see question 5. Support -------