Merge "Fix broken location extras in GpsLocationProvider."
This commit is contained in:
committed by
Android (Google) Code Review
commit
5866b97874
@@ -321,7 +321,9 @@ public class GpsLocationProvider implements LocationProviderInterface {
|
||||
public GpsLocationProvider(Context context, ILocationManager locationManager) {
|
||||
mContext = context;
|
||||
mLocationManager = locationManager;
|
||||
mNIHandler= new GpsNetInitiatedHandler(context, this);
|
||||
mNIHandler = new GpsNetInitiatedHandler(context, this);
|
||||
|
||||
mLocation.setExtras(mLocationExtras);
|
||||
|
||||
// Create a wake lock
|
||||
PowerManager powerManager = (PowerManager) mContext.getSystemService(Context.POWER_SERVICE);
|
||||
|
||||
Reference in New Issue
Block a user