summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorJorim Jaggi <jjaggi@google.com>2015-07-09 12:13:59 -0700
committerJorim Jaggi <jjaggi@google.com>2015-07-20 23:52:20 +0000
commit740452e8756cb7f51ed185c3906a5ca61b8fcdd4 (patch)
treef939ae1e7bfaa00404be5b5b38b119c4a7d9079f /Android.mk
parent6444fe121449f1cacf4500d3098b590c74e3646d (diff)
downloadframeworks_base-740452e8756cb7f51ed185c3906a5ca61b8fcdd4.zip
frameworks_base-740452e8756cb7f51ed185c3906a5ca61b8fcdd4.tar.gz
frameworks_base-740452e8756cb7f51ed185c3906a5ca61b8fcdd4.tar.bz2
Touch, wake and unlock
- Add onFingerprintAcquired, so Keyguard can grab a wakelock to prevent the device from sleeping. - If we get a successful fingerprint, wake the device up, immediately dismiss the keyguard and tell PWM that we kicked off our frame that will represent the correct state. - PWM then waits for this frame to be drawn, and then turns on the screen, which results in unlocking directly to the previsouly opened app. Bug: 21855614 Change-Id: I5f43df17fa5e4e9c6a6392eef4a4590b07df4f96
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 121bc8e..a7a2ecb 100644
--- a/Android.mk
+++ b/Android.mk
@@ -285,7 +285,7 @@ LOCAL_SRC_FILES += \
core/java/com/android/internal/appwidget/IAppWidgetHost.aidl \
core/java/com/android/internal/backup/IBackupTransport.aidl \
core/java/com/android/internal/backup/IObbBackupService.aidl \
- core/java/com/android/internal/policy/IKeyguardShowCallback.aidl \
+ core/java/com/android/internal/policy/IKeyguardDrawnCallback.aidl \
core/java/com/android/internal/policy/IKeyguardExitCallback.aidl \
core/java/com/android/internal/policy/IKeyguardService.aidl \
core/java/com/android/internal/policy/IKeyguardStateCallback.aidl \