Due to Wear OS doesn't have VPNDialog
,
you will need to manually enable VPN permission for your Wear OS device using the following steps:
Connect to ADB Shell.
Set permission using command:
adb shell
appops set [vpn_app_package_name] ACTIVATE_VPN allow
After completing these steps, you should now be able to use VPN services on your Wear OS device. However, please note that not all VPN apps may be compatible with Wear OS and you may need to find a compatible app in the Play Store.
We strongly recommend to use V2RayNG. Working well on Wear OS.
您好!您需要在 Wear OS 设备上手动启用 VPN 权限才能激活 VPN。由于 Wear OS 没有 VPNDialog
激活窗口,因此您需要按照以下步骤手动启用 VPN 权限:
连接到 ADB Shell。
使用以下 ADB 命令设置权限:
adb shell
appops set [换成您的软件包名] ACTIVATE_VPN allow
完成这些步骤后,您现在应该能够在 Wear OS 设备上使用 VPN 服务。但是,请注意,并非所有 VPN 应用都与 Wear OS 兼容。
我们强烈建议使用 V2RayNG,因为它工作良好。