From 3106747fdca2a56031c5977c7de583f650472be3 Mon Sep 17 00:00:00 2001 From: Nvertigo Date: Sun, 21 Oct 2018 12:18:48 +0200 Subject: [PATCH] sdk: resources: Fix lights related comments Change-Id: I181621e4f9388ec398a79758eb96fd8c4ac08273 --- lineage/res/res/values/config.xml | 4 ++-- 1 file 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)