From 060f573c964768bc8ef73ca9f651efc2064ccf1f Mon Sep 17 00:00:00 2001 From: Anil Admal Date: Wed, 24 Apr 2019 08:57:59 -0700 Subject: [PATCH] Pass responseType in NFW notification callback to the framework Bug: 131153085 Test: Manual verification Change-Id: I7a0310802f18595feedee32de23041080306dc56 --- .../jni/com_android_server_location_GnssLocationProvider.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/core/jni/com_android_server_location_GnssLocationProvider.cpp b/services/core/jni/com_android_server_location_GnssLocationProvider.cpp index b470ec7a00ba2..7bc6776803a3e 100644 --- a/services/core/jni/com_android_server_location_GnssLocationProvider.cpp +++ b/services/core/jni/com_android_server_location_GnssLocationProvider.cpp @@ -1285,7 +1285,7 @@ Return 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__);