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

Commit 6e9ed892 authored by Anil Admal's avatar Anil Admal Committed by android-build-merger
Browse files

Merge "Pass responseType in NFW notification callback to the framework" into qt-dev

am: 471ddb2b

Change-Id: Ib9026bf0c9fb2091a5d8b03ed6d40ecd3fdb2dba
parents fd554ed0 471ddb2b
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__);