Loading core/res/res/values/config.xml +1 −4 Original line number Diff line number Diff line Loading @@ -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> location/java/com/android/internal/location/GpsLocationProvider.java 100644 → 100755 +0 −4 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
core/res/res/values/config.xml +1 −4 Original line number Diff line number Diff line Loading @@ -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>
location/java/com/android/internal/location/GpsLocationProvider.java 100644 → 100755 +0 −4 Original line number Diff line number Diff line Loading @@ -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); Loading