Clipper
interact with clipboard via adb shell
AppID: | ca.zgrs.clipper |
Author: | Majid Valipour |
License: | MIT |
InRepoSince: | 2017-03-01 |
LastRepoUpdate: | 2015-01-31 |
LastAppUpdate: | 2015-01-31 |
LastVersion: | 1.1 |
Categories: | System |
Google Play: | Check if it's there |

Clipper is a simple app to interact with Android system clipboard service via adb shell one liners:
am broadcast -a clipper.set -e text "this can be pasted now"
am broadcast -a clipper.get

ApplicationDebuggable
: APK files of this application are compiled for debugging („application-debuggable“). For details, see e.g. What are the security implications of using an app built “for debug”.