sdk: Allow translucent notifications background on lockscreen [2/3]

Change-Id: I5f2ee373e446713aee236540f8d16e2685227b32
This commit is contained in:
rautamak
2020-04-18 16:29:22 +03:00
committed by Luca Stefani
parent 5802c11140
commit fdf30702a7

View File

@@ -2972,6 +2972,13 @@ public final class LineageSettings {
*/
public static final String LOCKSCREEN_MEDIA_METADATA = "lockscreen_media_metadata";
/**
* Whether to have translucent background on lockscreen notifications
* @hide
*/
public static final String LOCKSCREEN_TRANSLUCENT_NOTIFICATIONS_BG_ENABLED
= "lockscreen_translucent_notifications_bg_enabled";
/**
* Whether to activate double tap to sleep on keyguard
* Boolean setting. 0 = off, 1 = on.