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

Commit 69504b53 authored by Sharvil Nanavati's avatar Sharvil Nanavati Committed by Android (Google) Code Review
Browse files

Merge "DO NOT MERGE Work around for not getting APN info in NetworkInfo object." into cw-e-dev

parents 7de9fbca 2aa0523f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -766,6 +766,10 @@ public class GpsLocationProvider implements LocationProviderInterface {
                && mAGpsDataConnectionState == AGPS_DATA_CONNECTION_OPENING) {
            if (mNetworkAvailable) {
                String apnName = info.getExtraInfo();
                // APN wasn't found in the intent, try to get it from the content provider.
                if (apnName == null) {
                    apnName = getSelectedApn();
                }
                if (apnName == null) {
                    /* Assign a dummy value in the case of C2K as otherwise we will have a runtime
                    exception in the following call to native_agps_data_conn_open*/