Add migration indication area feature flag

Test: n/a
Bug: 280067944
Change-Id: If5e35b261c791c7f1c3126506eff06ad29c9682b
This commit is contained in:
Matt Pietal
2023-05-10 12:27:32 +00:00
parent c9285e0921
commit e967961bca

View File

@@ -242,6 +242,11 @@ object Flags {
@JvmField
val DELAY_BOUNCER = releasedFlag(235, "delay_bouncer")
/** Migrate the indication area to the new keyguard root view. */
// TODO(b/280067944): Tracking bug.
@JvmField
val MIGRATE_INDICATION_AREA = unreleasedFlag(236, "migrate_indication_area")
// 300 - power menu
// TODO(b/254512600): Tracking Bug
@JvmField val POWER_MENU_LITE = releasedFlag(300, "power_menu_lite")