diff --git a/FAQ.md b/FAQ.md index eb3a2448..14385d18 100644 --- a/FAQ.md +++ b/FAQ.md @@ -303,6 +303,12 @@ however they need to be generally usable to be included. As a workaround you can use the export/import function to apply specific settings in specific circumstances. + +**(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, +so this cannot be added. You can use the condition '*when screen is on*' instead. +
**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)**. diff --git a/README.md b/README.md index b827ab84..bf502b18 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,9 @@ Frequently Asked Questions (FAQ) [**(33) Can you add profiles?**](https://github.com/M66B/NetGuard/blob/master/FAQ.md#FAQ33) + +[**(34) Can you add the condition 'when on foreground'?**](https://github.com/M66B/NetGuard/blob/master/FAQ.md#FAQ34) + Permissions -----------