加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > 安全 > 正文

如何从adb shell启用“Show Touches”开发人员选项?

发布时间:2020-12-15 21:20:10 所属栏目:安全 来源:网络整理
导读:参见英文答案 Enable “show_touches” via appium or adb on android emulator????????????????????????????????????1个 我需要为屏幕记录显示触摸以显示错误,但不想导航到设置中,因为担心我会丢失我的位置并且错误将消失. 任何人都知道是否可以从adb shell
参见英文答案 > Enable “show_touches” via appium or adb on android emulator????????????????????????????????????1个
我需要为屏幕记录显示触摸以显示错误,但不想导航到设置中,因为担心我会丢失我的位置并且错误将消失.

任何人都知道是否可以从adb shell启用此功能,如果是,我输入的内容是什么?

解决方法

这将启用show touches:

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

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读