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

Commit f4197bf9 authored by Brian Colonna's avatar Brian Colonna Committed by Android (Google) Code Review
Browse files

Merge "Fix 6395288: Added lock to avoid unbind race condition" into jb-dev

parents d9a00323 257f2ecc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ interface BiometricSensorUnlock {
    public boolean start();

    /**
     * Stops the biometric unlock procedure and unbinds from the service.
     * Stops the biometric unlock procedure and unbinds from the service.  Called on the UI thread.
     * @return whether the biometric unlock was running when called.
     */
    public boolean stop();
+241 −94

File changed.

Preview size limit exceeded, changes collapsed.