Remove subtitle from biometric prompt in Settings (Passwords & Accounts)

Bug: 250064171
Test: Manual - repro according to bug
Change-Id: I5896c3cec13d65093fa928db042952045269b93f
This commit is contained in:
Diya Bera
2023-03-15 04:15:06 +00:00
parent 148f1592ef
commit 4ffddaa19f

View File

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