Merge "Pass responseType in NFW notification callback to the framework" into qt-dev
This commit is contained in:
@@ -1285,7 +1285,7 @@ Return<void> GnssVisibilityControlCallback::nfwNotifyCb(
|
||||
if (proxyAppPackageName && otherProtocolStackName && requestorId) {
|
||||
env->CallVoidMethod(mCallbacksObj, method_reportNfwNotification, proxyAppPackageName,
|
||||
notification.protocolStack, otherProtocolStackName,
|
||||
notification.requestor, requestorId,
|
||||
notification.requestor, requestorId, notification.responseType,
|
||||
notification.inEmergencyMode, notification.isCachedLocation);
|
||||
} else {
|
||||
ALOGE("%s: OOM Error\n", __func__);
|
||||
|
||||
Reference in New Issue
Block a user