Merge "Remove subtitle from biometric prompt in Settings (Passwords & Accounts)" into tm-qpr-dev

This commit is contained in:
Diya Bera
2023-03-15 22:28:10 +00:00
committed by Android (Google) Code Review

View File

@@ -212,7 +212,7 @@ public class ConfirmDeviceCredentialActivity extends FragmentActivity {
getTitleFromCredentialType(credentialType, isEffectiveUserManagedProfile)); getTitleFromCredentialType(credentialType, isEffectiveUserManagedProfile));
} }
if (mDetails == null) { if (mDetails == null) {
promptInfo.setSubtitle( promptInfo.setDeviceCredentialSubtitle(
getDetailsFromCredentialType(credentialType, isEffectiveUserManagedProfile)); getDetailsFromCredentialType(credentialType, isEffectiveUserManagedProfile));
} }