Merge "Flag for stylus education." into tm-qpr-dev

This commit is contained in:
Vania Januar
2023-01-13 14:13:42 +00:00
committed by Android (Google) Code Review

View File

@@ -497,6 +497,7 @@ object Flags {
@JvmField val ENABLE_STYLUS_CHARGING_UI = unreleasedFlag(2301, "enable_stylus_charging_ui") @JvmField val ENABLE_STYLUS_CHARGING_UI = unreleasedFlag(2301, "enable_stylus_charging_ui")
@JvmField @JvmField
val ENABLE_USI_BATTERY_NOTIFICATIONS = unreleasedFlag(2302, "enable_usi_battery_notifications") val ENABLE_USI_BATTERY_NOTIFICATIONS = unreleasedFlag(2302, "enable_usi_battery_notifications")
@JvmField val ENABLE_STYLUS_EDUCATION = unreleasedFlag(2303, "enable_stylus_education")
// 2400 - performance tools and debugging info // 2400 - performance tools and debugging info
// TODO(b/238923086): Tracking Bug // TODO(b/238923086): Tracking Bug