1.安装App
2.启动广播服务
adb shell am startservice ca.zgrs.clipper/.ClipboardService
3.get方法:print the value in clipboard into logs
am broadcast -a clipper.get
4.set方法:sets the clipboard content to the string passed via extra parameter “text”
am broadcast -a clipper.set -e text “this can be pasted now”
Android剪切板工具clipper,自动化
最新推荐文章于 2024-12-06 12:22:07 发布