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

Commit 4e9ce558 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add systemui.fingerprint_cancel_race_mitigation aconfig flag" into main

parents b4fb9a61 00b9be1d
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -25,6 +25,16 @@ flag {
   }
}

flag {
   name: "fingerprint_cancel_race_mitigation"
   namespace: "systemui"
   description: "Mitigate the race condition between KeyguardUpdateMonitor cancelling a fingerprint listening state and FingerprintManager sending the cancellation."
   bug: "398973663"
   metadata {
        purpose: PURPOSE_BUGFIX
   }
}

flag {
   name: "udfps_view_performance"
   namespace: "systemui"