Merge "Add flag for QS Edit Mode Visual Refresh" into tm-qpr-dev am: 89942c767f
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21485945 Change-Id: I97aeb11346ac8e0f7cff59428877506ddc703724 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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