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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user