Added callback for Face Unlock service to poke the wakelock
Change-Id: I76a4e0f8ac0fe17e39195f4593fac7e36d7281f0
This commit is contained in:
@ -21,4 +21,5 @@ import android.os.IBinder;
|
||||
oneway interface IFaceLockCallback {
|
||||
void unlock();
|
||||
void cancel();
|
||||
void pokeWakelock();
|
||||
}
|
||||
|
Reference in New Issue
Block a user