Merge "Revert "Populate calling package and request for get request info""

This commit is contained in:
Andy Hung
2023-01-07 04:27:38 +00:00
committed by Android (Google) Code Review

View File

@@ -72,7 +72,7 @@ public final class GetRequestSession extends RequestSession<GetCredentialRequest
try {
mClientCallback.onPendingIntent(mCredentialManagerUi.createPendingIntent(
RequestInfo.newGetRequestInfo(
mRequestId, mClientRequest, mClientCallingPackage),
mRequestId, null, ""),
providerDataList));
} catch (RemoteException e) {
Log.i(TAG, "Issue with invoking pending intent: " + e.getMessage());