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

Commit 060f573c authored by Anil Admal's avatar Anil Admal
Browse files

Pass responseType in NFW notification callback to the framework

Bug: 131153085
Test: Manual verification
Change-Id: I7a0310802f18595feedee32de23041080306dc56
parent 5acc2403
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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__);