majido / clipper

Simple android app to interact with system clipboard service via adb shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a way to remove the clipboard content?

chulele opened this issue · comments

How to do it

Cannot you do this by setting an empty string? e.g. am broadcast -a clipper.set -e text ""

I think you need to send a space, which may or may not require escaping.

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