summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@quicinc.com>2017-07-06 22:31:32 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-07-06 22:31:32 -0700
commit978f2b9410cfef8566bca47446b2370c2d0aafc8 (patch)
treeb5e80720bd976b79037439fa055b6d30b3444c2f /android
parentf44aa79ca9785be39d25f2089386453ef9258e2f (diff)
parentba171737ab0ad44608ac7ccd342ed7fc9b36fa0c (diff)
downloadgps-978f2b9410cfef8566bca47446b2370c2d0aafc8.tar.gz
Merge "Update the latest LocationOptions"
Diffstat (limited to 'android')
-rw-r--r--android/location_api/GnssAPIClient.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/location_api/GnssAPIClient.cpp b/android/location_api/GnssAPIClient.cpp
index af2998d..f12cd62 100644
--- a/android/location_api/GnssAPIClient.cpp
+++ b/android/location_api/GnssAPIClient.cpp
@@ -168,6 +168,7 @@ bool GnssAPIClient::gnssSetPositionMode(IGnss::GnssPositionMode mode,
LOC_LOGD("%s]: invalid GnssPositionMode: %d", __FUNCTION__, mode);
retVal = false;
}
+ locAPIUpdateTrackingOptions(mLocationOptions);
return retVal;
}