Merge "Set CDC detail string as subtitle, not description" into rvc-dev am: da4f9f7c27
am: 33851b108f
am: c68465f024
am: aef57e3522
Change-Id: Ic0c00a9c58c2a5f1f3966f365666ede1db24d3da
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