Updated FAQ

This commit is contained in:
M66B 2015-10-25 14:49:56 +01:00
parent e8048da29e
commit c6c4464228
1 changed files with 7 additions and 1 deletions

View File

@ -37,9 +37,15 @@ and because updating firewall rules require momentarily turning off the firewall
<a name="FAQ2"></a>
**(2) Can I use VPN applications while using NetGuard?**
If the VPN application is using the Android [VPN service](http://developer.android.com/reference/android/net/VpnService.html),
If the VPN application is using the [VPN service](http://developer.android.com/reference/android/net/VpnService.html),
then no, because NetGuard needs to use this service too and Android allows this to just one application at a time.
<a name="FAQ3"></a>
**(3) Can I use NetGuard on any Android version?**
No, because the method [addDisallowedApplication](http://developer.android.com/reference/android/net/VpnService.Builder.html#addDisallowedApplication(java.lang.String))
is being used the minimum required Android version is 5.0 (Lollipop).
Support
-------