Fix the intent component name to launch the real UI.

Test: deployed locally
Bug: 247855226
Bug: 253156958
Change-Id: Ic1c4e2f0d848e845012421bf476810c485b71677
This commit is contained in:
Helen Qin
2022-10-21 18:56:07 +00:00
parent 4a5f2fbb26
commit 56f629275b

View File

@@ -34,8 +34,7 @@ public class IntentFactory {
ArrayList<ProviderData> providerDataList, ResultReceiver resultReceiver) {
Intent intent = new Intent();
// TODO: define these as proper config strings.
String activityName = "com.androidauth.tatiaccountselector/.CredentialSelectorActivity";
// String activityName = "com.android.credentialmanager/.CredentialSelectorActivity";
String activityName = "com.android.credentialmanager/.CredentialSelectorActivity";
intent.setComponent(ComponentName.unflattenFromString(activityName));
intent.putParcelableArrayListExtra(