Merge "Use BiometricPrompt description field for CC description instead"
This commit is contained in:
committed by
Android (Google) Code Review
commit
63e0409cbb
@@ -184,7 +184,7 @@ public class ConfirmDeviceCredentialActivity extends FragmentActivity {
|
|||||||
} else {
|
} else {
|
||||||
bpBundle = new Bundle();
|
bpBundle = new Bundle();
|
||||||
bpBundle.putString(BiometricPrompt.KEY_TITLE, mTitle);
|
bpBundle.putString(BiometricPrompt.KEY_TITLE, mTitle);
|
||||||
bpBundle.putString(BiometricPrompt.KEY_SUBTITLE, mDetails);
|
bpBundle.putString(BiometricPrompt.KEY_DESCRIPTION, mDetails);
|
||||||
}
|
}
|
||||||
|
|
||||||
boolean launchedBiometric = false;
|
boolean launchedBiometric = false;
|
||||||
|
Reference in New Issue
Block a user