Populate calling package and request for get request info

Test: Built & deployed locally
Bug: 264687913

Change-Id: I9ed5b3db6a7a704116cf49252aafc548f3ff910f
This commit is contained in:
Reema Bajwa
2023-01-06 22:57:56 +00:00
parent e34e46d2e2
commit 5dbb515cf8

View File

@@ -71,7 +71,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());