Flukit-Group/flutter_mobile_controller

Solution: Can not input Chinese text by adb cmd

Opened this issue · 0 comments

We can implement this by AdbKeyBoard.
And input cmd as follows:

shell am broadcast -a ADB_INPUT_TEXT --es msg 你好

Theory: Customize keyboard and input text by send broadcast message.