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

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

Merge "Added startWithoutUi() call to Face Unlock AIDL interface."

parents 50b9fcfa 1fbaca86
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ interface IFaceLockInterface {
    void startUi(IBinder containingWindowToken, int x, int y, int width, int height,
            boolean useLiveliness);
    void stopUi();
    void startWithoutUi();
    void registerCallback(IFaceLockCallback cb);
    void unregisterCallback(IFaceLockCallback cb);
}