Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要显示屏幕记录的触摸以显示错误,但不想导航到设置中,因为担心我会失去我的位置并且错误会消失。
任何人都知道是否可以从 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