CMSettings: add notification play queue setting
Ref: CYNGNOS-217 Change-Id: I2f2df00ce12aaaa300c083b01690282dbf29f10c Signed-off-by: Roman Birg <roman@cyngn.com> (cherry picked from commit e6491468ea869909ec276bc272689cc64cc232aa)
This commit is contained in:
parent
9e69abb862
commit
060a6a6d3e
@ -588,6 +588,13 @@ public final class CMSettings {
|
||||
*/
|
||||
public static final String QS_QUICK_PULLDOWN = "qs_quick_pulldown";
|
||||
|
||||
/**
|
||||
* Whether to attach a queue to media notifications.
|
||||
* 0 = 0ff, 1 = on
|
||||
* @hide
|
||||
*/
|
||||
public static final String NOTIFICATION_PLAY_QUEUE = "notification_play_queue";
|
||||
|
||||
// endregion
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user