一.使用方法
1.安装APK
下载地址:application.apk
1.启动广播
adb shell am startservice ca.zgrs.clipper/.ClipboardService
可以开始用了
2.设置剪切板
adb shell am broadcast -a clipper.set -e text “测试一波”
3.获取内容
adb shell am broadcast -a clipper.get

二.附带上git地址
git地址:点我点我

相关文章:

  • 2021-07-04
  • 2021-08-20
  • 2022-12-23
  • 2022-12-23
  • 2021-12-10
  • 2021-11-05
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
  • 2022-12-23
  • 2021-11-30
  • 2022-01-02
  • 2022-12-23
相关资源
相似解决方案