clipper
clipper copied to clipboard
It does not support the character “&”
this is the result of my execution under the cmd terminal:
You'll need to escape those characters using \&
or surround the entire string with another set of quotes:
adb shell am broadcast -a clipper.set -e text "\"Your text here with & and other special characters\""