mirror of
https://github.com/M66B/NetGuard.git
synced 2024-12-25 01:07:52 +00:00
Updated FAQ
This commit is contained in:
parent
c6ac358d27
commit
3455de44da
2 changed files with 6 additions and 2 deletions
6
FAQ.md
6
FAQ.md
|
@ -41,8 +41,8 @@ then no, because NetGuard needs to use this service. Android allows only one app
|
||||||
<a name="FAQ3"></a>
|
<a name="FAQ3"></a>
|
||||||
**(3) Can I use NetGuard on any Android version?**
|
**(3) Can I use NetGuard on any Android version?**
|
||||||
|
|
||||||
No, the minimum required Android version is 5.0 (Lollipop) because NetGuard uses the [addDisallowedApplication](http://developer.android.com/reference/android/net/VpnService.Builder.html#addDisallowedApplication(java.lang.String))
|
No, the minimum required Android version is 5.0 (Lollipop)
|
||||||
method.
|
because NetGuard uses the [addDisallowedApplication](http://developer.android.com/reference/android/net/VpnService.Builder.html#addDisallowedApplication(java.lang.String)) method.
|
||||||
|
|
||||||
<a name="FAQ4"></a>
|
<a name="FAQ4"></a>
|
||||||
**(4) Will NetGuard use extra battery power?**
|
**(4) Will NetGuard use extra battery power?**
|
||||||
|
@ -50,6 +50,8 @@ method.
|
||||||
No, unlike most of the similar closed source alternatives.
|
No, unlike most of the similar closed source alternatives.
|
||||||
|
|
||||||
<a name="FAQ5"></a>
|
<a name="FAQ5"></a>
|
||||||
|
**(5) Can you add usage statistics?**<br />
|
||||||
|
**(5) Can you add popups to allow/block applications?**<br />
|
||||||
**(5) Can you add selective allowing/blocking applications/IP addresses?**
|
**(5) Can you add selective allowing/blocking applications/IP addresses?**
|
||||||
|
|
||||||
Unfortunately, this is not possible without using significant battery power
|
Unfortunately, this is not possible without using significant battery power
|
||||||
|
|
|
@ -109,6 +109,8 @@ Frequently Asked Questions (FAQ)
|
||||||
[**(4) Will NetGuard use extra battery power?**](https://github.com/M66B/NetGuard/blob/master/FAQ.md#FAQ4)
|
[**(4) Will NetGuard use extra battery power?**](https://github.com/M66B/NetGuard/blob/master/FAQ.md#FAQ4)
|
||||||
|
|
||||||
<a name="FAQ5"></a>
|
<a name="FAQ5"></a>
|
||||||
|
[**(5) Can you add usage statistics?**](https://github.com/M66B/NetGuard/blob/master/FAQ.md#FAQ5)<br />
|
||||||
|
[**(5) Can you add popups to allow/block applications?**](https://github.com/M66B/NetGuard/blob/master/FAQ.md#FAQ5)<br />
|
||||||
[**(5) Can you add selective allowing/blocking applications/IP addresses?**](https://github.com/M66B/NetGuard/blob/master/FAQ.md#FAQ5)
|
[**(5) Can you add selective allowing/blocking applications/IP addresses?**](https://github.com/M66B/NetGuard/blob/master/FAQ.md#FAQ5)
|
||||||
|
|
||||||
<a name="FAQ6"></a>
|
<a name="FAQ6"></a>
|
||||||
|
|
Loading…
Reference in a new issue