RESTRICT AUTOMERGE Enable Stylus Update Notification feature flag

Test: manual
Fixes: b/269606008
Change-Id: Iac360614d4c83372f95688a30b03a582787a1e81
This commit is contained in:
Marcello Galhardo
2023-03-09 15:23:18 +00:00
parent 82c8b4e3d0
commit 35736404f4

View File

@@ -636,7 +636,7 @@ object Flags {
// 2300 - stylus
@JvmField
val TRACK_STYLUS_EVER_USED = unreleasedFlag(2300, "track_stylus_ever_used", teamfood = true)
val TRACK_STYLUS_EVER_USED = releasedFlag(2300, "track_stylus_ever_used")
@JvmField val ENABLE_STYLUS_CHARGING_UI = unreleasedFlag(2301, "enable_stylus_charging_ui")
@JvmField
val ENABLE_USI_BATTERY_NOTIFICATIONS = unreleasedFlag(2302, "enable_usi_battery_notifications")