diff options
author | davidevinavil <davidevinavil@gmail.com> | 2016-12-14 01:16:56 +0100 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2016-12-14 01:16:56 +0100 |
commit | d79542fac34c63d4361f4121af3abf7dfb4daeb6 (patch) | |
tree | 6d39da074699eb7279397e230e2527c7b4761db0 | |
parent | 034b96296b051e6f6871b32fd66ee0c6b07085ce (diff) |
fix led overlay
Change-Id: I3e0078c8e3f5023d009583f6d0ea43744cd34f2e
-rwxr-xr-x | overlay/frameworks/base/core/res/res/values/config.xml | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 5be2fe4..8942776 100755 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -77,22 +77,6 @@ <!-- If this is true, the screen will come on when you unplug usb/power/whatever. --> <bool name="config_unplugTurnsOnScreen">true</bool> - <!-- Does the notification LED support multiple colors? - Used to decide if the user can change the colors --> - <bool name="config_multiColorNotificationLed">false</bool> - - <!-- Does the battery LED support multiple colors? - Used to decide if the user can change the colors --> - <bool name="config_multiColorBatteryLed">false</bool> - <!--Used to decide if we show pulse settings --> - <bool name="config_ledCanPulse">true</bool> - - <!-- Is the notification LED intrusive? Used to decide if there should be a disable option --> - <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> - <!-- Vibrator pattern for feedback about a long screen/key press --> <integer-array name="config_longPressVibePattern"> <item>0</item> @@ -121,58 +105,6 @@ <!-- Set to true to add links to Cell Broadcast app from Settings and MMS app. --> <bool name="config_cellBroadcastAppLinks">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">65</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 - 2 - Recent apps view in SystemUI - 3 - Launch assist intent - 4 - Voice Search - 5 - In-app Search - This needs to match the constants in - policy/src/com/android/internal/policy/impl/PhoneWindowManager.java - --> - <integer name="config_longPressOnHomeBehavior">2</integer> - - <!-- Control the behavior when the user double-taps the home button. - 0 - Nothing - 1 - Menu - 2 - Recent apps view in SystemUI - 3 - Launch assist intent - 4 - Voice Search - 5 - In-app Search - This needs to match the constants in - policy/src/com/android/internal/policy/impl/PhoneWindowManager.java - --> - <integer name="config_doubleTapOnHomeBehavior">7</integer> - <!-- Boolean indicating whether the wifi chipset has dual frequency band support --> <bool translatable="false" name="config_wifi_dual_band_support">true</bool> |