RESTRICT AUTOMERGE Flip "track_stylus_ever_used" feature flag to unreleased am: 430f7858f5
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21464108 Change-Id: I3556c84334f89087b18986c66ca4f5c00282a587 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -600,7 +600,8 @@ object Flags {
|
||||
@JvmField val UDFPS_ELLIPSE_DETECTION = unreleasedFlag(2202, "udfps_ellipse_detection")
|
||||
|
||||
// 2300 - stylus
|
||||
@JvmField val TRACK_STYLUS_EVER_USED = releasedFlag(2300, "track_stylus_ever_used")
|
||||
@JvmField
|
||||
val TRACK_STYLUS_EVER_USED = unreleasedFlag(2300, "track_stylus_ever_used", teamfood = true)
|
||||
@JvmField val ENABLE_STYLUS_CHARGING_UI = unreleasedFlag(2301, "enable_stylus_charging_ui")
|
||||
@JvmField
|
||||
val ENABLE_USI_BATTERY_NOTIFICATIONS = unreleasedFlag(2302, "enable_usi_battery_notifications")
|
||||
|
||||
Reference in New Issue
Block a user