Updated FAQ

This commit is contained in:
M66B 2016-07-03 10:28:24 +02:00
parent e58d4c3d4b
commit d0eba607f3
1 changed files with 3 additions and 2 deletions

5
FAQ.md
View File

@ -43,8 +43,9 @@ then no, because NetGuard needs to use this service. Android allows only one app
<a name="FAQ3"></a>
**(3) Can I use NetGuard on any Android version?**
No, the minimum required Android version is 4.0 (Lollipop)
because NetGuard uses the [addDisallowedApplication](http://developer.android.com/reference/android/net/VpnService.Builder.html#addDisallowedApplication(java.lang.String)) method.
No, the minimum required Android version is 4.0 (KitKat)
because NetGuard uses the [Android VPN service](https://developer.android.com/reference/android/net/VpnService.html),
which was added in Android 4.0.
<a name="FAQ4"></a>
**(4) Will NetGuard use extra battery power?**