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:
Matssa56
2017-05-29 17:34:10 +02:00
committed by Dan Pasanen
parent b5e2ea3c77
commit 062bfa9c4a

View File

@@ -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.