Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 283b5030 authored by Vania Januar's avatar Vania Januar
Browse files

Enabling stylus-related flags in V

These flags are already all enabled in UDC/UDC-QPR but due to merge conflicts were never merged to V. We should enable them in V.

At some point, the flags should be removed.

Bug: 255296611
Bug: 269723826
Bug: 278517120
Change-Id: I41faca209c22989dd10df08090b8cff7be004b4c
parent 58b76e64
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -675,13 +675,11 @@ object Flags {
    // 2300 - stylus
    @JvmField val TRACK_STYLUS_EVER_USED = releasedFlag(2300, "track_stylus_ever_used")
    @JvmField
    val ENABLE_STYLUS_CHARGING_UI =
        unreleasedFlag(2301, "enable_stylus_charging_ui", teamfood = true)
    val ENABLE_STYLUS_CHARGING_UI = releasedFlag(2301, "enable_stylus_charging_ui")
    @JvmField
    val ENABLE_USI_BATTERY_NOTIFICATIONS =
        unreleasedFlag(2302, "enable_usi_battery_notifications", teamfood = true)
    @JvmField val ENABLE_STYLUS_EDUCATION =
        unreleasedFlag(2303, "enable_stylus_education", teamfood = true)
        releasedFlag(2302, "enable_usi_battery_notifications")
    @JvmField val ENABLE_STYLUS_EDUCATION = releasedFlag(2303, "enable_stylus_education")

    // 2400 - performance tools and debugging info
    // TODO(b/238923086): Tracking Bug