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

Commit 261b1e39 authored by Steve Kondik's avatar Steve Kondik
Browse files

Revert "location: Add config to control download of XTRA data on boot."

Also revert QCOM location changes in favor of Google's, which actually
work.

Change-Id: Ie5295c3ae69bc17a51b05e235894dd7fc024d9e4
parent a7a0aa95
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -323,11 +323,8 @@
    <!-- 2 means give warning -->
    <integer name="config_datause_notification_type">2</integer>

    <!-- Download GPS XTRA data on boot -->
    <!-- This is known to cause issues on certain platforms -->
    <bool name="config_gps_xtra_download_on_boot">true</bool>

    <!-- Handle notifications differently if device only uses an amber/green
    LED. This also needs a liblights module that enables them accordingly. -->
    <bool name="config_amber_green_light">false</bool>

</resources>
+0 −4
Original line number Diff line number Diff line
@@ -348,10 +348,6 @@ public class GpsLocationProvider implements LocationProviderInterface {
    public GpsLocationProvider(Context context, ILocationManager locationManager) {
        mContext = context;
        mLocationManager = locationManager;

        mDownloadXtraDataPending = context.getResources().getBoolean(
                com.android.internal.R.bool.config_gps_xtra_download_on_boot);

        mNIHandler = new GpsNetInitiatedHandler(context, this);

        mLocation.setExtras(mLocationExtras);