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

Commit 339c22ae authored by Chandru S's avatar Chandru S
Browse files

Add a flag meant to guard the talkback fix for the KeyguardIndicationTextView

Bug: 286563884
Test: Builds and shows up on the list of flags
Change-Id: I26b77c1ddbd0facbca129263ff4cc93072b996c3
parent 750f874b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -263,6 +263,11 @@ object Flags {
    @JvmField
    val FP_LISTEN_OCCLUDING_APPS = unreleasedFlag(237, "fp_listen_occluding_apps")

    /** Flag meant to guard the talkback fix for the KeyguardIndicationTextView */
    // TODO(b/286563884): Tracking bug
    @JvmField
    val KEYGUARD_TALKBACK_FIX = unreleasedFlag(238, "keyguard_talkback_fix")

    // 300 - power menu
    // TODO(b/254512600): Tracking Bug
    @JvmField val POWER_MENU_LITE = releasedFlag(300, "power_menu_lite")