Added FAQ

This commit is contained in:
M66B 2016-04-05 15:44:07 +02:00
parent 69dd9d4987
commit 7f3145c6d7
2 changed files with 13 additions and 0 deletions

10
FAQ.md
View File

@ -308,6 +308,16 @@ As a workaround you can use the export/import function to apply specific setting
Recent Android versions do not allow an application to query if other applications are in the foreground or background anymore,
so this cannot be added. You can use the condition '*when screen is on*' instead.
<a name="FAQ35"></a>
**(35) Why does the VPN not start?**
NetGuard "asks" Android to start the local VPN service,
but some Android versions contain a bug which prevents the VPN from starting (automatically).
Sometimes this is caused by updating NetGuard.
Unfortunately this cannot be fixed from NetGuard.
What you can try is to restart your device and/or revoke the VPN permissions from NetGuard using the Android settings.
Sometimes it helps to uninstall and install NetGuard again (be sure to export your settings first).
<br />
**If you didn't find the answer to your question, you can ask your questions [here](http://forum.xda-developers.com/showthread.php?t=3233012)**.

View File

@ -171,6 +171,9 @@ Frequently Asked Questions (FAQ)
<a name="FAQ34"></a>
[**(34) Can you add the condition 'when on foreground'?**](https://github.com/M66B/NetGuard/blob/master/FAQ.md#FAQ34)
<a name="FAQ35"></a>
[**(35) Why does the VPN not start?**](https://github.com/M66B/NetGuard/blob/master/FAQ.md#FAQ35)
Permissions
-----------