Merge "Set CDC detail string as subtitle, not description" into rvc-dev am: da4f9f7c27
am: 33851b108f
Change-Id: I991a6c351ac621b3e9c52e74864d27e56433961f
This commit is contained in:
@@ -208,7 +208,7 @@ public class ConfirmDeviceCredentialActivity extends FragmentActivity {
|
||||
getTitleFromCredentialType(credentialType, isManagedProfile));
|
||||
}
|
||||
if (mDetails == null) {
|
||||
bpBundle.putString(BiometricPrompt.KEY_DEVICE_CREDENTIAL_DESCRIPTION,
|
||||
bpBundle.putString(BiometricPrompt.KEY_DEVICE_CREDENTIAL_SUBTITLE,
|
||||
getDetailsFromCredentialType(credentialType, isManagedProfile));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user