Show fingerprint preferences after enrolling from settings
Bug: 131231334 Test: tested on blueline Change-Id: Ifd43f28001fcb42ec61a62ad6656d2da2a0629eb
This commit is contained in:
@@ -276,6 +276,9 @@ public class FingerprintSettings extends SubSettings {
|
||||
Activity activity = getActivity();
|
||||
mFingerprintManager = Utils.getFingerprintManagerOrNull(activity);
|
||||
|
||||
mToken = getIntent().getByteArrayExtra(
|
||||
ChooseLockSettingsHelper.EXTRA_KEY_CHALLENGE_TOKEN);
|
||||
|
||||
mAuthenticateSidecar = (FingerprintAuthenticateSidecar)
|
||||
getFragmentManager().findFragmentByTag(TAG_AUTHENTICATE_SIDECAR);
|
||||
if (mAuthenticateSidecar == null) {
|
||||
|
||||
Reference in New Issue
Block a user