Merge "Adding a feature flag for Auto Pin Confirmation feature" into tm-qpr-dev am: d999318f3a
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20860082 Change-Id: I49c16597941103ac67e6d8d0fba34c146ddc2479 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -197,6 +197,11 @@ object Flags {
|
|||||||
@JvmField
|
@JvmField
|
||||||
val UNOCCLUSION_TRANSITION = unreleasedFlag(223, "unocclusion_transition", teamfood = false)
|
val UNOCCLUSION_TRANSITION = unreleasedFlag(223, "unocclusion_transition", teamfood = false)
|
||||||
|
|
||||||
|
// flag for controlling auto pin confirmation and material u shapes in bouncer
|
||||||
|
@JvmField
|
||||||
|
val AUTO_PIN_CONFIRMATION =
|
||||||
|
unreleasedFlag(224, "auto_pin_confirmation", "auto_pin_confirmation")
|
||||||
|
|
||||||
// 300 - power menu
|
// 300 - power menu
|
||||||
// TODO(b/254512600): Tracking Bug
|
// TODO(b/254512600): Tracking Bug
|
||||||
@JvmField val POWER_MENU_LITE = releasedFlag(300, "power_menu_lite")
|
@JvmField val POWER_MENU_LITE = releasedFlag(300, "power_menu_lite")
|
||||||
|
|||||||
Reference in New Issue
Block a user