cmsdk: Add CMSettings option for QS auto brightness

Change-Id: If5782d9b8b3cd9efe530047553a10ac17049d9fa
This commit is contained in:
Michael Bestas
2017-04-30 15:05:11 +03:00
parent e2c64b899d
commit 2b1cf2be14

View File

@@ -2627,6 +2627,12 @@ public final class CMSettings {
*/
public static final String QS_SHOW_BRIGHTNESS_SLIDER = "qs_show_brightness_slider";
/**
* Whether to show the auto brightness icon in quick settings panel.
* @hide
*/
public static final String QS_SHOW_AUTO_BRIGHTNESS = "qs_show_auto_brightness";
/**
* List of QS tile names
* @hide