diff options
author | Sam Mortimer <sam@mortimer.me.uk> | 2017-10-17 23:06:29 -0700 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2017-12-05 12:34:09 +0100 |
commit | bd4ad30439f7338244b72a9e05fa86c1b0f5f805 (patch) | |
tree | 11d8e3b69846cb9259e8c9977ef882d6fdaeb980 /overlay-lineage/frameworks | |
parent | 587856cae1863443e5668bedfe4efe4eb068fa21 (diff) |
msm8996-common: overlays: Update for new LED capabilities
*) frameworks/base bool config_intrusiveBatteryLed is no longer
used so it has been removed.
*) Use LIGHTS_BATTERY_LIGHT capability in lineage-sdk instead.
*) Update config_deviceLightCapabilities comments
*) Move bool config_intrusiveNotificationLed out of Lineage-specific
overlays because it's an AOSP config
Change-Id: Ia813cdd0596ece07ff38e1087d9cdf9e135f20be
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'overlay-lineage/frameworks')
-rw-r--r-- | overlay-lineage/frameworks/base/core/res/res/values/config.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/overlay-lineage/frameworks/base/core/res/res/values/config.xml b/overlay-lineage/frameworks/base/core/res/res/values/config.xml index 79019d1..b9bb0c3 100644 --- a/overlay-lineage/frameworks/base/core/res/res/values/config.xml +++ b/overlay-lineage/frameworks/base/core/res/res/values/config.xml @@ -17,12 +17,6 @@ <!-- These resources are around just to allow their values to be customized for different hardware and product builds. Do not translate. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- 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> - <!-- Control the behavior when the user long presses the app switch button. 0 - Nothing 1 - Menu key |