cmsdk: Move battery light settings to CMSettings.
Change-Id: I11a80bdeab369f851017c516039adc6400572b09
This commit is contained in:
@@ -869,6 +869,38 @@ public final class CMSettings {
|
||||
* @hide
|
||||
*/
|
||||
public static final String SWAP_VOLUME_KEYS_ON_ROTATION = "swap_volume_keys_on_rotation";
|
||||
|
||||
/**
|
||||
* Whether the battery light should be enabled (if hardware supports it)
|
||||
* The value is boolean (1 or 0).
|
||||
* @hide
|
||||
*/
|
||||
public static final String BATTERY_LIGHT_ENABLED = "battery_light_enabled";
|
||||
|
||||
/**
|
||||
* Whether the battery LED should repeatedly flash when the battery is low
|
||||
* on charge. The value is boolean (1 or 0).
|
||||
* @hide
|
||||
*/
|
||||
public static final String BATTERY_LIGHT_PULSE = "battery_light_pulse";
|
||||
|
||||
/**
|
||||
* What color to use for the battery LED while charging - low
|
||||
* @hide
|
||||
*/
|
||||
public static final String BATTERY_LIGHT_LOW_COLOR = "battery_light_low_color";
|
||||
|
||||
/**
|
||||
* What color to use for the battery LED while charging - medium
|
||||
* @hide
|
||||
*/
|
||||
public static final String BATTERY_LIGHT_MEDIUM_COLOR = "battery_light_medium_color";
|
||||
|
||||
/**
|
||||
* What color to use for the battery LED while charging - full
|
||||
* @hide
|
||||
*/
|
||||
public static final String BATTERY_LIGHT_FULL_COLOR = "battery_light_full_color";
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user