Merge "Set class name when createConfirmDeviceCredentialIntent() API is used." into udc-dev am: cf5d961564
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/28785157 Change-Id: I1dbad13e3f039e18272579adaf249c37712bbf0b Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -142,6 +142,7 @@ public class BiometricFragment extends InstrumentedFragment {
|
|||||||
promptInfo.isDisallowBiometricsIfPolicyExists())
|
promptInfo.isDisallowBiometricsIfPolicyExists())
|
||||||
.setReceiveSystemEvents(true)
|
.setReceiveSystemEvents(true)
|
||||||
.setAllowBackgroundAuthentication(true)
|
.setAllowBackgroundAuthentication(true)
|
||||||
|
.setClassNameIfItIsConfirmDeviceCredentialActivity()
|
||||||
.build();
|
.build();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user