diff options
author | davidevinavil <davidevinavil@gmail.com> | 2017-02-04 00:44:08 +0100 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-04-07 13:11:41 +0200 |
commit | 6c72b9aff6a80fcba102e289d322a90ad488fc5c (patch) | |
tree | 5a1cb46ec98b0000202a783db0b2c4089caafde0 /overlay/frameworks/base | |
parent | 74008d06e615c68a53429339f6262dc7ec9f008b (diff) |
Z2_plus: Fix overlay
Diffstat (limited to 'overlay/frameworks/base')
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 848c9c9..4dbbf91 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -136,20 +136,6 @@ config to 7. --> <integer name="config_deviceHardwareKeys">87</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 @@ -500,10 +486,6 @@ <!-- Define Google play service package for FRP--> <string name="config_persistentDataPackageName" translatable="false">com.google.android.gms</string> - <!-- Support in Surfaceflinger for blur layers. - NOTE: This requires additional hardware-specific code. --> - <bool name="config_uiBlurEnabled">true</bool> - <string-array translatable="false" name="config_defaultPinnerServiceFiles"> <item>"/system/framework/arm64/boot-framework.oat"</item> <item>"/system/framework/oat/arm64/services.odex"</item> |