Loading core/java/android/provider/Settings.java +6 −0 Original line number Diff line number Diff line Loading @@ -1974,6 +1974,12 @@ public final class Settings { */ public static final String LOCKSCREEN_MUSIC_CONTROLS = "lockscreen_music_controls"; /** * Whether to use custom notification bar * @hide */ public static final String LOCKSCREEN_ALWAYS_MUSIC_CONTROLS = "lockscreen_always_music_controls"; /** * Settings to backup. This is here so that it's in the same place as the settings * keys and easy to update. Loading Loading
core/java/android/provider/Settings.java +6 −0 Original line number Diff line number Diff line Loading @@ -1974,6 +1974,12 @@ public final class Settings { */ public static final String LOCKSCREEN_MUSIC_CONTROLS = "lockscreen_music_controls"; /** * Whether to use custom notification bar * @hide */ public static final String LOCKSCREEN_ALWAYS_MUSIC_CONTROLS = "lockscreen_always_music_controls"; /** * Settings to backup. This is here so that it's in the same place as the settings * keys and easy to update. Loading