Merge "Enables custom quick affordances in team food." into tm-qpr-dev

This commit is contained in:
Ale Nijamkin
2023-01-10 03:13:58 +00:00
committed by Android (Google) Code Review

View File

@@ -165,7 +165,7 @@ object Flags {
// TODO(b/255618149): Tracking Bug
@JvmField
val CUSTOMIZABLE_LOCK_SCREEN_QUICK_AFFORDANCES =
unreleasedFlag(216, "customizable_lock_screen_quick_affordances", teamfood = false)
unreleasedFlag(216, "customizable_lock_screen_quick_affordances", teamfood = true)
/** Shows chipbar UI whenever the device is unlocked by ActiveUnlock (watch). */
// TODO(b/256513609): Tracking Bug