Delete all work fingerprints when unified lock changes to None/Swipe

am: f86f986

* commit 'f86f986728b5844a48e2e7bbd4927d2f5500c682':
  Delete all work fingerprints when unified lock changes to None/Swipe

Change-Id: I683d05a106119af74fe920b37be4e26e158e5cbc
This commit is contained in:
Ricky Wai
2016-04-07 15:50:06 +00:00
committed by android-build-merger

View File

@@ -815,7 +815,8 @@ public class FingerprintManager {
if (groupId != reqGroupId) {
Log.w(TAG, "Group id didn't match: " + groupId + " != " + reqGroupId);
}
mRemovalCallback.onRemovalSucceeded(mRemovalFingerprint);
mRemovalCallback.onRemovalSucceeded(new Fingerprint(null, groupId, fingerId,
deviceId));
}
}