mirror of
https://github.com/AdguardTeam/AdguardKnowledgeBase.git
synced 2025-02-20 11:13:10 +08:00
upd
This commit is contained in:
parent
d338292468
commit
98dd2fd5ef
@ -5,7 +5,7 @@ taxonomy:
|
||||
- docs
|
||||
---
|
||||
|
||||
* [What is AdGuard?](#wtf)
|
||||
* [What is AdGuard?](#adguard)
|
||||
* [How does AdGuard protection work?](#howitworks)
|
||||
* [Do I need the ROOT access?](#root)
|
||||
* [How to manually configure a local HTTP proxy?](#http)
|
||||
@ -29,7 +29,8 @@ taxonomy:
|
||||
* [How to manage AdGuard notifications?](#notifications)
|
||||
|
||||
|
||||
<a id="wtf"></a>
|
||||
<a id="adguard"></a>
|
||||
|
||||
## What is AdGuard? ##
|
||||
|
||||
AdGuard is a remarkable internet filter that protects you from annoying advertising, malicious and phishing websites, online tracking and much more. AdGuard handles all types of Internet ads, speeds up page loading, saves bandwidth and increases your device protection against possible threats.
|
||||
|
@ -5,7 +5,7 @@ taxonomy:
|
||||
- docs
|
||||
---
|
||||
|
||||
* [Что такое AdGuard?](#wtf)
|
||||
* [Что такое AdGuard?](#adguard)
|
||||
* [Как работает защита AdGuard?](#howitworks)
|
||||
* [Нужно ли получение ROOT доступа?](#root)
|
||||
* [Как вручную настроить локальный HTTP прокси?](#http)
|
||||
@ -27,7 +27,7 @@ taxonomy:
|
||||
* [Как управлять уведомлениями AdGuard?](#notifications)
|
||||
|
||||
|
||||
<a id="wtf"></a>
|
||||
<a id="adguard"></a>
|
||||
## Что такое AdGuard?
|
||||
|
||||
AdGuard – это единственный в своём роде интернет-фильтр, который защищает вас от вездесущей рекламы, вредоносных и фишинговых сайтов, онлайн-трекинга и многого другого.
|
||||
|
@ -7,7 +7,7 @@ taxonomy:
|
||||
---
|
||||
|
||||
|
||||
The owners of phones, tablets, or TVs running the Android 7+ operating system might face the problem caused by using **a profile with Restricted Mode**. If you have such a profile, **AdGuard**, like other applications that use VPN, gets restrictions on selective filtering of VPN traffic. As a result, AdGuard cannot launch protection in a **local VPN mode**. Below are described the recommendations that you can apply when a problem occurs.
|
||||
The owners of phones, tablets, or TVs running the Android 7+ operating system might face the problem caused by using **a profile with Restricted Mode**. If you have such a profile, **AdGuard**, like other applications that use VPN, gets restrictions on selective filtering of VPN traffic. As a result, AdGuard cannot launch protection in a **local VPN mode**. Also, one of the reasons for this situation may be using **Dual app/Dual manager profile** on your gadget. Below are described the recommendations that you can apply when this problem occurs.
|
||||
|
||||
#### Problem solution options
|
||||
|
||||
@ -20,8 +20,10 @@ The owners of phones, tablets, or TVs running the Android 7+ operating system mi
|
||||
- Open **the command line** (*Cmd.exe*)/**Terminal** (if you are using MAC OS);
|
||||
- Enter the command `adb shell pm grant com.adguard.android android.permission.INTERACT_ACROSS_USERS` and press **Enter**.
|
||||
|
||||
4. Owners of **LG** or **Samsung** phones may also encounter a similar issue. It can be caused by using **Dual app/Dual manager** function (which automatically creates a restricted profile).
|
||||
To solve this issue problem, you need to disable this feature.
|
||||
### **LG** and **Samsung** devices
|
||||
|
||||
Owners of **LG** or **Samsung** phones may also encounter a similar issue. It can be caused by using **Dual app/Dual manager** function (which automatically creates a restricted profile).
|
||||
To solve this issue, you need to disable this feature.
|
||||
|
||||
#### Samsung
|
||||
- Open **Settings**;
|
||||
|
@ -6,7 +6,7 @@ taxonomy:
|
||||
- docs
|
||||
---
|
||||
|
||||
Владельцы телефонов, планшетов или TV под операционной системой Android 7+ могут встретиться с проблемой, вызванной использованием на устройстве **профиля с ограниченным доступом**. При наличии такого профиля **AdGuard**, как и другие приложения, использующие VPN, получает ограничения на выборочную фильтрацию VPN-трафика. В результате AdGuard не может запустить защиту в режиме **локального VPN**. Ниже описаны рекомендации, которые можно применить при возникновении проблемы.
|
||||
Владельцы телефонов, планшетов или TV под операционной системой Android 7+ могут встретиться с проблемой, вызванной использованием на устройстве **профиля с ограниченным доступом**. При наличии такого профиля **AdGuard**, как и другие приложения, использующие VPN, получает ограничения на выборочную фильтрацию VPN-трафика. В результате AdGuard не может запустить защиту в режиме **локального VPN**. Также одной из причин возникновения указанной ситуации, может стать использование на вашем гаджете **Двойного профиля приложений**. Ниже описаны рекомендации, которые можно применить при возникновении проблемы.
|
||||
|
||||
#### Варианты решения проблемы
|
||||
|
||||
@ -19,7 +19,7 @@ taxonomy:
|
||||
- Открыть **командную строку**(*Cmd.exe*)/**Терминал**(если используется MAC OS)
|
||||
- Ввести команду `adb shell pm grant com.adguard.android android.permission.INTERACT_ACROSS_USERS` и нажать **Enter**.
|
||||
|
||||
4. Владельцы телефонов под маркой **LG** или **Samsung** также могут встретится с подобной проблемой. Она может быть вызванна использованием функции **Двойного профиля приложений**(которая автоматически создает профиль с ограниченным доступом).
|
||||
4. Владельцы телефонов под маркой **LG** или **Samsung** также могут столкнутся с подобной проблемой. Она может быть вызвана использованием функции **Двойного профиля приложений** (которая автоматически создает профиль с ограниченным доступом).
|
||||
Чтобы решить возникшую проблему, вам необходимо отключить данную функцию.
|
||||
|
||||
#### Samsung
|
||||
|
Loading…
x
Reference in New Issue
Block a user