diff options
| author | Scott Mertz <scott@cyngn.com> | 2015-02-05 03:45:46 -0800 |
|---|---|---|
| committer | Scott Mertz <scott@cyngn.com> | 2015-02-05 03:45:46 -0800 |
| commit | 96560f979c4cf39c73c6e7255b2de0b4320bf4ff (patch) | |
| tree | e025b3befbef4c8452fb2f973caba1a88765de65 /overlay | |
| parent | f11d11e7f2e7a366bed9dd472593bbca7d8a7df3 (diff) | |
lettuce: device doesn't have hardware keys or notification led
Change-Id: I206ddb3a5548d0c20556d49e87c977ccf6e1e835
Diffstat (limited to 'overlay')
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 6ec9995..0e81f9c 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -201,19 +201,6 @@ <!-- We dont have different firmware for wifi modes, prevent reloading it --> <bool name="config_wifiApFirmwareReload">false</bool> - <!-- Hardware 'face' 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 - For example, a device with Home, Back and Menu keys would set this - config to 7. --> - <integer name="config_deviceHardwareKeys">7</integer> - <!-- Control the behavior when the user long presses the home button. 0 - Nothing 1 - Menu key @@ -275,18 +262,6 @@ movement threshold where scrolling should begin. --> <dimen name="config_viewConfigurationTouchSlop">4dp</dimen> - <!-- Default value for led color when battery is low on charge --> - <integer name="config_notificationsBatteryLowARGB">0x00FF0000</integer> - - <!-- Default value for led color when battery is medium charged --> - <integer name="config_notificationsBatteryMediumARGB">0x000000FF</integer> - - <!-- Default value for led color when battery is fully charged --> - <integer name="config_notificationsBatteryFullARGB">0x0000FF00</integer> - - <!-- Is the battery LED intrusive? Used to decide if there should be a disable option --> - <bool name="config_intrusiveBatteryLed">true</bool> - <!-- Maximum number of supported users --> <integer name="config_multiuserMaximumUsers">4</integer> <!-- Whether Multiuser UI should be shown --> |
