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] PROJECT_MEDIA allow
After completing these steps, you should now be able to use Screen Projection on your Wear OS device. However, please note that not all apps may be compatible with Wear OS and you may need to find a compatible app in the Play Store.
For example, AnyDesk, grant permission using appops set com.anydesk.anydesk android PROJECT_MEDIA allow
您好!您需要在 Wear OS 设备上手动启用屏幕投射权限才能让应用读取到屏幕。因此您需要按照以下步骤手动启用权限:
连接到 ADB Shell。
使用以下 ADB 命令设置权限:
adb shell appops set [换成您的软件包名] PROJECT_MEDIA allow
完成这些步骤后,您现在应该能够在 Wear OS 设备上使用屏幕投射。但是,请注意,并非所有应用都与 Wear OS 兼容。
如 AnyDesk 用户可用以下命令授权: appops set com.anydesk.anydesk android PROJECT_MEDIA allow