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-cdma | |
| 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-cdma')
| -rwxr-xr-x | overlay-cdma/frameworks/base/core/res/res/values/config.xml | 23 | ||||
| -rwxr-xr-x | overlay-cdma/packages/services/Telephony/res/values/config.xml | 4 |
2 files changed, 25 insertions, 2 deletions
diff --git a/overlay-cdma/frameworks/base/core/res/res/values/config.xml b/overlay-cdma/frameworks/base/core/res/res/values/config.xml index 69a6ed1..e48be31 100755 --- a/overlay-cdma/frameworks/base/core/res/res/values/config.xml +++ b/overlay-cdma/frameworks/base/core/res/res/values/config.xml @@ -100,6 +100,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> @@ -173,11 +176,27 @@ 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 Stylus gestures --> - <bool name="config_stylusGestures">true</bool> + <!--<bool name="config_stylusGestures">true</bool>--> </resources> diff --git a/overlay-cdma/packages/services/Telephony/res/values/config.xml b/overlay-cdma/packages/services/Telephony/res/values/config.xml index 4c6025f..3cee21a 100755 --- a/overlay-cdma/packages/services/Telephony/res/values/config.xml +++ b/overlay-cdma/packages/services/Telephony/res/values/config.xml @@ -40,4 +40,8 @@ <!-- Display carrier settings --> <bool name="config_carrier_settings_enable">false</bool> + + <!-- Show APN Settings for some CDMA carriers --> + <bool name="config_show_apn_setting_cdma">true</bool> + </resources> |
