aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNvertigo <nvertigo67@gmail.com>2018-10-21 12:18:48 +0200
committerBruno Martins <bgcngm@gmail.com>2018-10-22 02:03:41 +0200
commit3106747fdca2a56031c5977c7de583f650472be3 (patch)
tree3578abed7c9732c257d4b47d7799558171a55730
parent84d90ce2a1c495acbb269f50adc805afa010eb8f (diff)
downloadlineage-sdk-3106747fdca2a56031c5977c7de583f650472be3.tar.gz
lineage-sdk-3106747fdca2a56031c5977c7de583f650472be3.tar.bz2
lineage-sdk-3106747fdca2a56031c5977c7de583f650472be3.zip
sdk: resources: Fix lights related comments
Change-Id: I181621e4f9388ec398a79758eb96fd8c4ac08273
-rw-r--r--lineage/res/res/values/config.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lineage/res/res/values/config.xml b/lineage/res/res/values/config.xml
index f5ad7955..d84aef9b 100644
--- a/lineage/res/res/values/config.xml
+++ b/lineage/res/res/values/config.xml
@@ -60,10 +60,10 @@
This integer should equal the sum of the corresponding value for each
of the following capabilities present:
- // Device has a color adjustable battery light.
+ // Device has a color adjustable notification light.
LIGHTS_RGB_NOTIFICATION_LED = 1
- // Device has a color adjustable notification light.
+ // Device has a color adjustable battery light.
LIGHTS_RGB_BATTERY_LED = 2
LIGHTS_MULTIPLE_NOTIFICATION_LED = 4 (deprecated)