universal7885: Import KeyLogger

This lib helps to log input keycodes
This commit is contained in:
Ramii ahmed 2021-01-28 17:22:22 -08:00 committed by roynaetch2544
commit 8582551795
No known key found for this signature in database
GPG key ID: 50ABF73F0D19445D
4 changed files with 54 additions and 0 deletions

View file

@ -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>