Merge "Added startWithoutUi() call to Face Unlock AIDL interface."
This commit is contained in:
committed by
Android (Google) Code Review
commit
a420a330a9
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user