Skip to content

Android ADB Shell Clipboard Commands


Paste clipboard

input keyevent PASTE

Paste clipboard (Alternative)

input keyevent 279

Paste clipboard (Old devices only)

service call clipboard 1

Set application with read permissions for clipboard

cmd appops set com.bankid.bus READ_CLIPBOARD allow

Add text to clipboard

am broadcast -a clipper.set -e text "text"