universal7885: Drop unused keyhandler overlay

This commit is contained in:
Soo-Hwan Na 2022-05-09 12:52:42 +09:00 committed by GitHub
commit 7664f1ae7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -133,14 +133,6 @@
<bool name="config_bluetooth_le_peripheral_mode_supported">true</bool>
<!-- 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>