mirror of
https://github.com/M66B/NetGuard.git
synced 2025-02-08 15:45:12 +00:00
Updated FAQ
This commit is contained in:
parent
9850dbb5ec
commit
96ca93c466
1 changed files with 5 additions and 0 deletions
|
@ -93,6 +93,11 @@ Filtering mode cannot be used on [CopperheadOS](https://copperhead.co/android/).
|
||||||
|
|
||||||
NetGuard will not work or crash when the package *com.android.vpndialogs* has been removed or otherwise is unavailable.
|
NetGuard will not work or crash when the package *com.android.vpndialogs* has been removed or otherwise is unavailable.
|
||||||
Removing this package is possible with root permissions only.
|
Removing this package is possible with root permissions only.
|
||||||
|
If you disable this package, you can enable it with this command again:
|
||||||
|
|
||||||
|
```
|
||||||
|
adb shell pm enable --user 0 com.android.vpndialogs
|
||||||
|
```
|
||||||
|
|
||||||
NetGuard is supported for phones and tablets only, so not for other device types like on a television or in a car.
|
NetGuard is supported for phones and tablets only, so not for other device types like on a television or in a car.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue