diff options
| author | Benjamin Legrand <android@legrand.ws> | 2017-09-06 14:37:47 +0200 |
|---|---|---|
| committer | Shreps <shr3ps@gmail.com> | 2017-09-12 10:21:31 +0200 |
| commit | ba66415ced2e77f054b793769361d4c316e20845 (patch) | |
| tree | 59e791d18f3e325b11241bbed43c7f624084fed6 | |
| parent | 7e25036e59f2117e2c5ca3fe07b5b1a76c383abd (diff) | |
A6020: Remove conflicting overlay with O
Change-Id: Id543a4efcb2c5535b4cd5ceedf2756fec19a7738
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index b6174ab..4e7e668 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -153,7 +153,7 @@ <bool name="config_intrusiveNotificationLed">true</bool> <!-- Is the battery LED intrusive? Used to decide if there should be a disable option --> - <bool name="config_intrusiveBatteryLed">true</bool> + <!-- <bool name="config_intrusiveBatteryLed">true</bool> --> <!-- If this is true, the screen will come on when you unplug usb/power/whatever. --> <bool name="config_unplugTurnsOnScreen">true</bool> @@ -183,7 +183,7 @@ 64 - Volume rocker For example, a device with Home, Back and Menu keys would set this config to 7. --> - <integer name="config_deviceHardwareKeys">83</integer> + <!-- <integer name="config_deviceHardwareKeys">83</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 @@ -197,7 +197,7 @@ 64 - Volume rocker For example, a device with Home, Back and Menu keys would set this config to 7. --> - <integer name="config_deviceHardwareWakeKeys">64</integer> + <!-- <integer name="config_deviceHardwareWakeKeys">64</integer> --> <!-- Control the behavior when the user long presses the home button. 0 - Nothing @@ -222,7 +222,7 @@ 8 - Last app This needs to match the constants in services/core/java/com/android/server/policy/PhoneWindowManager.java --> - <integer name="config_longPressOnAppSwitchBehavior">8</integer> + <!-- <integer name="config_longPressOnAppSwitchBehavior">8</integer> --> <!-- Control the behavior when the user double-taps the home button. 0 - Nothing @@ -236,7 +236,7 @@ <integer name="config_doubleTapOnHomeBehavior">0</integer> <!-- Disable button brightness settings --> - <integer name="config_buttonBrightnessSettingDefault">0</integer> + <!-- <integer name="config_buttonBrightnessSettingDefault">0</integer> --> <!-- Screen brightness used to dim the screen while dozing in a very low power state. May be less than the minimum allowed brightness setting |
