Is there a way to remove the clipboard content?
chulele opened this issue · 2 comments
chulele commented
How to do it
majido commented
Cannot you do this by setting an empty string? e.g. am broadcast -a clipper.set -e text ""
unstablereality commented
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 "\ "