clipper icon indicating copy to clipboard operation
clipper copied to clipboard

It does not support the character “&”

Open arckalsun opened this issue 6 years ago • 1 comments

this is the result of my execution under the cmd terminal:

image

arckalsun avatar Jun 06 '18 10:06 arckalsun

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\""

Spikatrix avatar Feb 25 '21 13:02 Spikatrix