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

Commit 443991f1 authored by Marcello Galhardo's avatar Marcello Galhardo
Browse files

RESTRICT AUTOMERGE Disable Stylus Update Notification feature

Test: manual

Fixes: b/273352188
Change-Id: I78b29351a72acdc72349f9ddec0eb8ffee0bfb47
parent 338d2d94
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -647,7 +647,7 @@ object Flags {

    // 2300 - stylus
    @JvmField
    val TRACK_STYLUS_EVER_USED = releasedFlag(2300, "track_stylus_ever_used")
    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")