Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5dbb515c authored by Reema Bajwa's avatar Reema Bajwa
Browse files

Populate calling package and request for get request info

Test: Built & deployed locally
Bug: 264687913

Change-Id: I9ed5b3db6a7a704116cf49252aafc548f3ff910f
parent e34e46d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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());