senzhk / ADBKeyBoard

Android Virtual Keyboard Input via ADB (Useful for Test Automation)
GNU General Public License v2.0
1.22k stars 299 forks source link

Source code error? #55

Closed yinkh closed 1 year ago

yinkh commented 1 year ago

Inside onReceive, there are two if (intent.getAction().equals(IME_MESSAGE)) ,and the second one getStringExtra mcode, the second one shoule be IME_META_KEYCODE? image

i get null point error on line 102 when input text.

yinkh commented 1 year ago

image

yinkh commented 1 year ago

https://github.com/senzhk/ADBKeyBoard/pull/54