diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2018-01-14 09:53:06 +0100 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2018-01-14 09:53:06 +0100 |
commit | 6769d0af2a9d02779dab6d156355ad7d75cd8b62 (patch) | |
tree | 67766b855e6515817649f84fe7e5e057dd652f88 /overlay-lineage | |
parent | ceb888386becbcd0bdaf444e9ca2465b038f0278 (diff) |
msm8996-common: overlay-lineage: Don't set any custom value for hardware keys configurations
* With the overlay edits I did the default ones works just fine while the custom ones we had before make the buttons menu crashing
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'overlay-lineage')
-rw-r--r-- | overlay-lineage/frameworks/base/core/res/res/values/config.xml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/overlay-lineage/frameworks/base/core/res/res/values/config.xml b/overlay-lineage/frameworks/base/core/res/res/values/config.xml index 3f2bbc2..904e681 100644 --- a/overlay-lineage/frameworks/base/core/res/res/values/config.xml +++ b/overlay-lineage/frameworks/base/core/res/res/values/config.xml @@ -22,34 +22,6 @@ NOTE: This requires additional hardware-specific code. --> <!--bool name="config_uiBlurEnabled">true</bool--> - <!-- Hardware keys present on the device, stored as a bit field. - This integer should equal the sum of the corresponding value for each - of the following keys present: - 1 - Home - 2 - Back - 4 - Menu - 8 - Assistant (search) - 16 - App switch - 32 - Camera - 64 - Volume rocker - For example, a device with Home, Back and Menu keys would set this - config to 7. --> - <!--integer name="config_deviceHardwareKeys">95</integer--> - - <!-- Hardware keys present on the device with the ability to wake, stored as a bit field. - This integer should equal the sum of the corresponding value for each - of the following keys present: - 1 - Home - 2 - Back - 4 - Menu - 8 - Assistant (search) - 16 - App switch - 32 - Camera - 64 - Volume rocker - For example, a device with Home, Back and Menu keys would set this - config to 7. --> - <!--integer name="config_deviceHardwareWakeKeys">65</integer--> - <!-- Control the behavior when the user long presses the home button 0 - Nothing 1 - Menu key |