diff options
| author | Hector Colmenares (Zips) <hcolmenares@gmail.com> | 2018-03-28 03:39:42 +0000 |
|---|---|---|
| committer | Gerrit Code Review <gerrit2@aicp-server-3> | 2018-03-28 03:39:42 +0000 |
| commit | c6c923707426bcc53ca31aabe871572d78cae5de (patch) | |
| tree | bd11b3d9a75bd58f13d659c734f73b6d9a221757 | |
| parent | 732fcdf4a08b6d596d70eb504d875b5e1a5e986e (diff) | |
| parent | 4124c8ef7759f6fe94e7a0c67b5ebc389607d4f2 (diff) | |
Merge "Revert "taimen: enable LED configs"" into o8.1
| -rw-r--r-- | walleye/overlay/frameworks/base/core/res/res/values/config.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/walleye/overlay/frameworks/base/core/res/res/values/config.xml b/walleye/overlay/frameworks/base/core/res/res/values/config.xml index 7d38a76..ba4da0a 100644 --- a/walleye/overlay/frameworks/base/core/res/res/values/config.xml +++ b/walleye/overlay/frameworks/base/core/res/res/values/config.xml @@ -115,18 +115,4 @@ during voice calls --> <bool translatable="false" name="config_wifi_framework_enable_voice_call_sar_tx_power_limit">true</bool> - - <!-- Does the battery LED support multiple colors for notifications? 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> - - <!-- Does the battery LED support multiple colors? Used to decide if the user can change the colors --> - <bool name="config_multiColorBatteryLed">true</bool> - - <!-- Does the device supports fast charging --> - <bool name="config_FastChargingLedSupported">true</bool> - - </resources> |
