Add migrate_nssl flag
To support moving NotficationStackScrollLayout from being a child of NotificationPanel to a sibling. Bug: 288074305 Test: manual Change-Id: I27c7648ded1eaef3402f1c3e3877b69b1ae88d43
This commit is contained in:
@@ -291,6 +291,11 @@ object Flags {
|
||||
@JvmField
|
||||
val WIDGET_ON_KEYGUARD = unreleasedFlag(241, "widget_on_keyguard")
|
||||
|
||||
/** Migrate the NSSL to the a sibling to both the panel and keyguard root view. */
|
||||
// TODO(b/288074305): Tracking bug.
|
||||
@JvmField
|
||||
val MIGRATE_NSSL = unreleasedFlag(242, "migrate_nssl")
|
||||
|
||||
// 300 - power menu
|
||||
// TODO(b/254512600): Tracking Bug
|
||||
@JvmField val POWER_MENU_LITE = releasedFlag(300, "power_menu_lite")
|
||||
|
||||
Reference in New Issue
Block a user