mirror of https://github.com/M66B/NetGuard.git
parent
9820ebc3f6
commit
5d3a5076e4
2
FAQ.md
2
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)**.
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue