mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 12:05:32 -04:00
universal7885: Import KeyLogger
This lib helps to log input keycodes
This commit is contained in:
parent
8b275247f9
commit
8582551795
4 changed files with 54 additions and 0 deletions
6
universal7885-common/keyhandler/Android.bp
Normal file
6
universal7885-common/keyhandler/Android.bp
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
java_library {
|
||||
name: "keyhandler",
|
||||
srcs: [
|
||||
"src/com/eurekateam/keyhandler/KeyHandler.java",
|
||||
],
|
||||
}
|
||||
Loading…
Reference in a new issue