Add flag for QS Edit Mode Visual Refresh

Bug: b/269787742
Test: Built locally on device
Change-Id: Ica7cf18a312dd1bfa918563c64c8c8cc127e35af
This commit is contained in:
Rasheed Lewis
2023-02-17 23:20:11 +00:00
parent 55940174fd
commit 0bd4a25c84

View File

@@ -268,6 +268,12 @@ object Flags {
@JvmField
val ENABLE_FONT_SCALING_TILE = unreleasedFlag(509, "enable_font_scaling_tile", teamfood = false)
/** Enables new QS Edit Mode visual refresh */
// TODO(b/269787742): Tracking Bug
@JvmField
val ENABLE_NEW_QS_EDIT_MODE =
unreleasedFlag(510, "enable_new_qs_edit_mode", teamfood = false)
// 600- status bar
// TODO(b/256614753): Tracking Bug