From 5d3a5076e42b7cc2f56e9b41961a6b8f5491c821 Mon Sep 17 00:00:00 2001 From: M66B Date: Tue, 17 Nov 2015 16:24:13 +0100 Subject: [PATCH] Support = FAQ Revert "Added menu FAQ" This reverts commit 3f1615b63333534a7333682e98919583f945ec2c. --- FAQ.md | 2 ++ app/src/main/java/eu/faircode/netguard/ActivityMain.java | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 7866c4ba..7f813550 100644 --- a/FAQ.md +++ b/FAQ.md @@ -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)**. diff --git a/app/src/main/java/eu/faircode/netguard/ActivityMain.java b/app/src/main/java/eu/faircode/netguard/ActivityMain.java index 32b9cb32..39e94ccb 100644 --- a/app/src/main/java/eu/faircode/netguard/ActivityMain.java +++ b/app/src/main/java/eu/faircode/netguard/ActivityMain.java @@ -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; }