How to insert an emoji using adb shell input?
1
vote
0
answers
785
views
I've been trying to insert emojis into my android phone using ADB.
adb shell input text "..."
works for inserting text, but when I tried to insert an emoji using the unicode(\uD83E\uDD70), I am only getting the raw text inserted. Is there a way to achieve this ?
Asked by Undergott
(11 rep)
Jun 10, 2020, 11:01 AM