[DO NOT MERGE] Switch stylus-related flags to ON.
Bug: 255296611 Bug: 255550371 Bug: 269723826 Change-Id: I72f2b8318098b3086ea42182b33bb9035716701f Test: N/A
This commit is contained in:
@@ -600,14 +600,12 @@ object Flags {
|
|||||||
@JvmField val UDFPS_ELLIPSE_DETECTION = releasedFlag(2201, "udfps_ellipse_detection")
|
@JvmField val UDFPS_ELLIPSE_DETECTION = releasedFlag(2201, "udfps_ellipse_detection")
|
||||||
|
|
||||||
// 2300 - stylus
|
// 2300 - stylus
|
||||||
|
@JvmField val TRACK_STYLUS_EVER_USED = releasedFlag(2300, "track_stylus_ever_used")
|
||||||
@JvmField
|
@JvmField
|
||||||
val TRACK_STYLUS_EVER_USED = unreleasedFlag(2300, "track_stylus_ever_used", teamfood = true)
|
val ENABLE_STYLUS_CHARGING_UI = releasedFlag(2301, "enable_stylus_charging_ui")
|
||||||
@JvmField
|
|
||||||
val ENABLE_STYLUS_CHARGING_UI =
|
|
||||||
unreleasedFlag(2301, "enable_stylus_charging_ui", teamfood = true)
|
|
||||||
@JvmField
|
@JvmField
|
||||||
val ENABLE_USI_BATTERY_NOTIFICATIONS =
|
val ENABLE_USI_BATTERY_NOTIFICATIONS =
|
||||||
unreleasedFlag(2302, "enable_usi_battery_notifications", teamfood = true)
|
releasedFlag(2302, "enable_usi_battery_notifications")
|
||||||
@JvmField val ENABLE_STYLUS_EDUCATION = unreleasedFlag(2303, "enable_stylus_education")
|
@JvmField val ENABLE_STYLUS_EDUCATION = unreleasedFlag(2303, "enable_stylus_education")
|
||||||
|
|
||||||
// 2400 - performance tools and debugging info
|
// 2400 - performance tools and debugging info
|
||||||
|
|||||||
Reference in New Issue
Block a user