For some reasons, I don't see the text "ADB Keyboard {ON}" although the input field is focused and adb shell am broadcast -a ADB_INPUT_B64 --es msg echo -n '你好嗎? Hello?' | base64` this command is working.
There is no way to find out that currently I can type.
|
<string name="keyboard_on">ADB Keyboard {ON}</string> |
For some reasons, I don't see the text "ADB Keyboard {ON}" although the input field is focused and
adb shell am broadcast -a ADB_INPUT_B64 --es msgecho -n '你好嗎? Hello?' | base64` this command is working.There is no way to find out that currently I can type.
ADBKeyBoard/keyboardservice/src/main/res/values/strings.xml
Line 4 in 9466caa