在 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
``同样的问题超级操作系统无法运行该命令 等待解决方案 预先感谢