如何通过 ADB 在 HyperOS (Android 13) 上禁用相机和导航指示(绿点)?

问题描述 投票:0回答:1

在 MIUI 13 之前,您可以使用以下 ADB 命令来指定相机和导航指示:

adb shell cmd device_config 将隐私camera_mic_icons_enabled false 默认值
adb shell device_config set_sync_disabled_for_tests 持久

adb shell cmd device_config 将隐私 location_indicators_enabled false 默认值

但在 HyperOS 上,通过将这些设置为 false,请勿禁用相机和导航指示。如何制作?
ADB 命令应该给出什么?

除了上述 ADB 命令之外,我还尝试了以下 ADB 命令来禁用相机指示,但没有任何结果:

adb shell 设置将全局privacy_camera_indicator_enabled 0

adb shell 设置将系统privacy_camera_indicator_enabled 0

adb shell 设置将安全的privacy_camera_indicator_enabled 0

navigation camera icons adb
1个回答
0
投票

``同样的问题超级操作系统无法运行该命令 等待解决方案 预先感谢

© www.soinside.com 2019 - 2024. All rights reserved.