mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -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
|
|
@ -163,6 +163,16 @@
|
|||
<!-- Flag indicating whether round icons should be parsed from the application manifest. -->
|
||||
<bool name="config_useRoundIcon">true</bool>
|
||||
|
||||
<!-- Paths to the libraries that contain device specific key handlers -->
|
||||
<string-array name="config_deviceKeyHandlerLibs" translatable="false">
|
||||
<item>/system/framework/keyhandler.jar</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Names of the key handler classes -->
|
||||
<string-array name="config_deviceKeyHandlerClasses" translatable="false">
|
||||
<item>com.eurekateam.keyhandler.KeyHandler</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Maximum number of supported users -->
|
||||
<bool name="config_enableMultiUserUI">true</bool>
|
||||
<integer name="config_multiuserMaximumUsers">3</integer>
|
||||
|
|
|
|||
Loading…
Reference in a new issue