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

Commit 335da367 authored by Scott Kennedy's avatar Scott Kennedy Committed by Android (Google) Code Review
Browse files

Merge "docs: Another fix for external 42607" into jb-mr1-dev

parents ec171f3f 4aea83b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -204,7 +204,7 @@ android.location.LocationManager#requestLocationUpdates requestLocationUpdates()
<pre>
String locationProvider = LocationManager.NETWORK_PROVIDER;
// Or, use GPS location data:
// LocationProvider locationProvider = LocationManager.GPS_PROVIDER;
// String locationProvider = LocationManager.GPS_PROVIDER;

locationManager.requestLocationUpdates(locationProvider, 0, 0, locationListener);
</pre>