Expose lock screen blurring as a setting [1/2]

This will provide control over blurring since the current implementation
assumes it is always on provided the device config specifies it
supports blur.

Change-Id: I71e318af12b5212133c6c5b02bed050eb67757d9
TICKET: CYNGNOS-2610
This commit is contained in:
d34d 2016-05-09 09:24:23 -07:00 committed by Clark Scheff
parent 5cb275d8c1
commit 3b4129f1da
1 changed files with 7 additions and 0 deletions

View File

@ -2780,6 +2780,13 @@ public final class CMSettings {
*/
public static final String CM_SETUP_WIZARD_COMPLETED = "cm_setup_wizard_completed";
/**
* Whether lock screen bluring is enabled on devices that support this feature
* @hide
*/
public static final String LOCK_SCREEN_BLUR_ENABLED = "lock_screen_blur_enabled";
// endregion
/**