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

This commit is contained in:
TreeHugger Robot
2023-01-07 01:28:09 +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, null, ""),
mRequestId, mClientRequest, mClientCallingPackage),
providerDataList));
} catch (RemoteException e) {
Log.i(TAG, "Issue with invoking pending intent: " + e.getMessage());