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

This commit is contained in:
Brian Colonna
2014-06-18 15:03:15 +00:00
committed by Android (Google) Code Review

View File

@@ -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);
}