Thursday, 8 November 2018

How to copy some text to android system clipboard using ADB?

I want to automate some stuff on my rooted android Oreo and can't seem to find a way to copy some text to clipboard. I can paste the copied text adb shell input keyevent 279 so hoping to get some way to copy text also.

P.S: not looking for answers suggesting adb shell input text [text] cause it's slow.



from How to copy some text to android system clipboard using ADB?

No comments:

Post a Comment