summaryrefslogtreecommitdiff
path: root/android/2.0
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2019-09-21 08:08:57 -0700
committerLinux Build Service Account <lnxbuild@localhost>2019-09-21 08:08:57 -0700
commit3722e3c0e337a4b46ad3819ea5d68e9e1d725efe (patch)
treeddda79c0d20dbbab5058372b6e129dc8b2e93103 /android/2.0
parente0361a8c9a9b7f4e000966c8b78468aef8c18c95 (diff)
parentf4dc944333c54a5455d17b6bd7c02d2ededb6e4a (diff)
downloadgps-3722e3c0e337a4b46ad3819ea5d68e9e1d725efe.tar.gz
Merge f4dc944333c54a5455d17b6bd7c02d2ededb6e4a on remote branch
Change-Id: Ic73cbf452cf633a503848271c3904abbc14a90c8
Diffstat (limited to 'android/2.0')
-rw-r--r--android/2.0/AGnss.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/2.0/AGnss.cpp b/android/2.0/AGnss.cpp
index 7bd015e..a48f1a0 100644
--- a/android/2.0/AGnss.cpp
+++ b/android/2.0/AGnss.cpp
@@ -107,7 +107,7 @@ Return<void> AGnss::setCallback(const sp<V2_0::IAGnssCallback>& callback) {
AgpsCbInfo cbInfo = {};
cbInfo.statusV4Cb = (void*)agnssStatusIpV4Cb;
- cbInfo.cbPriority = AGPS_CB_PRIORITY_HIGH;
+ cbInfo.atlType = AGPS_ATL_TYPE_SUPL | AGPS_ATL_TYPE_SUPL_ES;
mGnss->getGnssInterface()->agpsInit(cbInfo);
return Void();