Merge "Populate calling package and request for get request info"
This commit is contained in:
committed by
Android (Google) Code Review
commit
d8f6cb485d
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user