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:
@@ -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));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user