Better biometric subtitle with createConfirmDeviceCredentialIntent() API
Test: Tested manually with repro steps Fixes: 224967328 Change-Id: I7e83392f5a2df3c258c07e77a9332b2cfde95225
This commit is contained in:
@@ -212,7 +212,7 @@ public class ConfirmDeviceCredentialActivity extends FragmentActivity {
|
||||
getTitleFromCredentialType(credentialType, isEffectiveUserManagedProfile));
|
||||
}
|
||||
if (mDetails == null) {
|
||||
promptInfo.setSubtitle(
|
||||
promptInfo.setDeviceCredentialSubtitle(
|
||||
getDetailsFromCredentialType(credentialType, isEffectiveUserManagedProfile));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user