Support = FAQ

Revert "Added menu FAQ"

This reverts commit 3f1615b633.
This commit is contained in:
M66B 2015-11-17 16:24:13 +01:00
parent 9820ebc3f6
commit 5d3a5076e4
2 changed files with 3 additions and 1 deletions

2
FAQ.md
View File

@ -151,3 +151,5 @@ You can prevent this by blocking internet access for the other application as we
No. [Greenifying](https://play.google.com/store/apps/details?id=com.oasisfeng.greenify)
or otherwise hibernating NetGuard will result in rules not being applied
when connectivity changes from Wi-Fi/mobile, screen on/off and roaming/not roaming.
**If you didn't found the answer to your question, you can ask your questions [here](http://forum.xda-developers.com/showthread.php?t=3233012)**.

View File

@ -543,7 +543,7 @@ public class ActivityMain extends AppCompatActivity implements SharedPreferences
private static Intent getIntentSupport() {
Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setData(Uri.parse("http://forum.xda-developers.com/showthread.php?t=3233012"));
intent.setData(Uri.parse("https://github.com/M66B/NetGuard/blob/master/FAQ.md"));
return intent;
}