Merge "Add flag for QS Edit Mode Visual Refresh" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
89942c767f
@@ -268,6 +268,12 @@ object Flags {
|
|||||||
@JvmField
|
@JvmField
|
||||||
val ENABLE_FONT_SCALING_TILE = unreleasedFlag(509, "enable_font_scaling_tile", teamfood = false)
|
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
|
// 600- status bar
|
||||||
|
|
||||||
// TODO(b/256614753): Tracking Bug
|
// TODO(b/256614753): Tracking Bug
|
||||||
|
|||||||
Reference in New Issue
Block a user