Closed GoogleCodeExporter closed 9 years ago
This sounds like a bug in the target application where it trying to handle raw
keyboard input but not implementing it right. The keyboard sends a KEYCODE_AT
event which is valid since Android API level 1:
http://developer.android.com/reference/android/view/KeyEvent.html#KEYCODE_AT
My guess is that the application is making assumptions about a physical
keyboard layout and failing to find a key mapping when it tries to convert this
to an internal key event, for example a US QWERTY keyboard doesn't have an '@'
key as a hardware key. But this should be fixed in the application.
Original comment by klausw@google.com
on 6 Apr 2015 at 10:18
Original issue reported on code.google.com by
harris.g...@gmail.com
on 1 Oct 2014 at 7:08