diff options
| author | sbrissen <sbrissen@hotmail.com> | 2015-01-16 08:16:06 -0500 |
|---|---|---|
| committer | sbrissen <sbrissen@hotmail.com> | 2015-01-16 08:17:26 -0500 |
| commit | dbddb2275770dcf4e7a27c12607881694fbcc507 (patch) | |
| tree | 04763fffb92eb552ce2b967d9a656c8a55a4e29c /overlay/frameworks | |
| parent | 16446e11c1a102024ac3f0d2ad756bc2d87f5ae3 (diff) | |
| download | device_samsung_t0lte-dbddb2275770dcf4e7a27c12607881694fbcc507.tar.gz device_samsung_t0lte-dbddb2275770dcf4e7a27c12607881694fbcc507.tar.bz2 device_samsung_t0lte-dbddb2275770dcf4e7a27c12607881694fbcc507.zip | |
t0lte: update overlays
Change-Id: I5e8a81771b4bd4d18a1dbc290d78bac731aa78f2
Diffstat (limited to 'overlay/frameworks')
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 905f6e9..2d89e29 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -76,6 +76,9 @@ <!-- Is the notification LED intrusive? Used to decide if there should be a disable option --> <bool name="config_intrusiveNotificationLed">true</bool> + <!-- Does the notification LED support multiple colors? Used to decide if the user can change the colors --> + <bool name="config_multiColorNotificationLed">true</bool> + <!-- Is the battery LED intrusive? Used to decide if there should be a disable option --> <bool name="config_intrusiveBatteryLed">true</bool> @@ -152,14 +155,30 @@ 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">71</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_deviceHardwareKeys">7</integer> + <integer name="config_deviceHardwareWakeKeys">65</integer> <!-- Boolean to enable stk functionality on Samsung phones --> <bool name="config_samsung_stk">true</bool> <!-- Boolean to enable Stylus gestures --> - <bool name="config_stylusGestures">true</bool> + <!--<bool name="config_stylusGestures">true</bool>--> </resources> |
