Merge "Reset mCurrentUserId when fingerprintd died" into nyc-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
1c7d37a27f
@@ -195,6 +195,7 @@ public class FingerprintService extends SystemService implements IBinder.DeathRe
|
|||||||
public void binderDied() {
|
public void binderDied() {
|
||||||
Slog.v(TAG, "fingerprintd died");
|
Slog.v(TAG, "fingerprintd died");
|
||||||
mDaemon = null;
|
mDaemon = null;
|
||||||
|
mCurrentUserId = UserHandle.USER_CURRENT;
|
||||||
handleError(mHalDeviceId, FingerprintManager.FINGERPRINT_ERROR_HW_UNAVAILABLE);
|
handleError(mHalDeviceId, FingerprintManager.FINGERPRINT_ERROR_HW_UNAVAILABLE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user