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

Commit c7217626 authored by Beverly's avatar Beverly Committed by Beverly Tai
Browse files

Enable fp_listen_occluding_apps

Test: manual
Bug: 283260512
Change-Id: I9a8a081bd9f0de497ca64166b77150f925e37c8f
parent 8cfba905
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -258,8 +258,7 @@ object Flags {

    /** Whether to listen for fingerprint authentication over keyguard occluding activities. */
    // TODO(b/283260512): Tracking bug.
    @JvmField val FP_LISTEN_OCCLUDING_APPS = unreleasedFlag("fp_listen_occluding_apps",
            teamfood = true)
    @JvmField val FP_LISTEN_OCCLUDING_APPS = releasedFlag("fp_listen_occluding_apps")

    /** Flag meant to guard the talkback fix for the KeyguardIndicationTextView */
    // TODO(b/286563884): Tracking bug