我需要显示屏幕记录的触摸以显示错误,但不想导航到设置,因为担心我会失去我的位置并且错误会消失。
任何人都知道是否可以从 adb shell 启用此功能,如果是,我输入的内容?
这将启用显示触摸:
adb shell content insert --uri content://settings/system --bind name:s:show_touches --bind value:i:1
这将禁用它:
adb shell content insert --uri content://settings/system --bind name:s:show_touches --bind value:i:0