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
1ca49910db
commit
63d448c1a9
1 changed files with 5 additions and 2 deletions
7
FAQ.md
7
FAQ.md
|
@ -319,8 +319,11 @@ As a workaround you can use the export/import function to apply specific setting
|
||||||
<a name="FAQ34"></a>
|
<a name="FAQ34"></a>
|
||||||
**(34) Can you add the condition 'when on foreground'?**
|
**(34) Can you add the condition 'when on foreground'?**
|
||||||
|
|
||||||
Recent Android versions do not allow an application to query if other applications are in the foreground or background anymore,
|
Recent Android versions do not allow an application to query if other applications are in the foreground or background
|
||||||
so this cannot be added. You can use the condition '*when screen is on*' instead.
|
without holding an [additional privacy violating permission](https://developer.android.com/reference/android/Manifest.permission.html#PACKAGE_USAGE_STATS)
|
||||||
|
and at the expense of extra battery usage (because periodic polling is required) anymore,
|
||||||
|
so this cannot be added without significant disadvantages.
|
||||||
|
You can use the condition '*when screen is on*' instead.
|
||||||
|
|
||||||
<a name="FAQ35"></a>
|
<a name="FAQ35"></a>
|
||||||
**(35) Why does the VPN not start?**
|
**(35) Why does the VPN not start?**
|
||||||
|
|
Loading…
Reference in a new issue