Android剪切板工具clipper,自动化

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”

猜你喜欢

转载自blog.csdn.net/j448998943/article/details/94717065
今日推荐