Use wakeup reason when FingerPrint sensor wakes up the device
am: 9289560aa0
* commit '9289560aa0d195dfed67dab05811114bc7bc88a9':
Use wakeup reason when FingerPrint sensor wakes up the device
This commit is contained in:
@@ -173,7 +173,7 @@ public class FingerprintUnlockController extends KeyguardUpdateMonitorCallback {
|
||||
if (DEBUG_FP_WAKELOCK) {
|
||||
Log.i(TAG, "fp wakelock: Authenticated, waking up...");
|
||||
}
|
||||
mPowerManager.wakeUp(SystemClock.uptimeMillis());
|
||||
mPowerManager.wakeUp(SystemClock.uptimeMillis(), "android.policy:FINGERPRINT");
|
||||
}
|
||||
releaseFingerprintWakeLock();
|
||||
switch (mMode) {
|
||||
|
||||
Reference in New Issue
Block a user