cmsdk: Disable Lockscreen Media Art [3/3]
* Toggle to choose whether or not to show album art/media art on lockscreen Change-Id: I4ee401e8e60345a84a636ddcb6cbcd4d6ced2bb1
This commit is contained in:
@@ -2803,6 +2803,13 @@ public final class CMSettings {
|
||||
*/
|
||||
public static final String LOCKSCREEN_VISUALIZER_ENABLED = "lockscreen_visualizer";
|
||||
|
||||
/**
|
||||
* Whether to show media art on lockscreen
|
||||
* Boolean setting. 0 = off, 1 = on.
|
||||
* @hide
|
||||
*/
|
||||
public static final String LOCKSCREEN_MEDIA_METADATA = "lockscreen_media_metadata";
|
||||
|
||||
/**
|
||||
* Whether the lock screen is currently enabled/disabled by SystemUI (the QS tile likely).
|
||||
* Boolean settings. 0 = off. 1 = on.
|
||||
|
||||
Reference in New Issue
Block a user