CMSettings : Add display gamma setting

CYNGNOS-1166

Change-Id: I41ee5120359df3dc4702cc2c573c66b06a9bee00
This commit is contained in:
Danesh M 2016-03-14 10:38:52 -07:00
parent 96cfc7392c
commit 220ab7985e
1 changed files with 7 additions and 0 deletions

View File

@ -2666,6 +2666,13 @@ public final class CMSettings {
*/
public static final String VIBRATOR_INTENSITY = "vibrator_intensity";
/**
* Display gamma calibration values
* Suffix this with the control to set
* @hide
*/
public static final String DISPLAY_GAMMA_CALIBRATION_PREFIX = "display_gamma_";
// endregion
/**