diff options
Diffstat (limited to '')
-rw-r--r-- | gps/android/1.0/AGnss.cpp (renamed from gps/android/AGnss.cpp) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gps/android/AGnss.cpp b/gps/android/1.0/AGnss.cpp index faaf75e..79f665c 100644 --- a/gps/android/AGnss.cpp +++ b/gps/android/1.0/AGnss.cpp @@ -105,7 +105,7 @@ Return<void> AGnss::setCallback(const sp<IAGnssCallback>& callback) { AgpsCbInfo cbInfo = {}; cbInfo.statusV4Cb = (void*)agnssStatusIpV4Cb; - cbInfo.cbPriority = AGPS_CB_PRIORITY_LOW; + cbInfo.atlType = AGPS_ATL_TYPE_SUPL | AGPS_ATL_TYPE_SUPL_ES; mGnss->getGnssInterface()->agpsInit(cbInfo); return Void(); |