[DO NOT MERGE] Switch stylus-related flags to ON. am: 90cb6960d2
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21796740 Change-Id: Ib634a37c9c3176b381d394646e2cffe2b1b682af Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -628,14 +628,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