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

Commit 7e553e15 authored by Scott Kennedy's avatar Scott Kennedy Committed by Android Git Automerger
Browse files

am d50a0383: am ff5b7393: am 39ea055f: am 335da367: Merge "docs: Another fix...

am d50a0383: am ff5b7393: am 39ea055f: am 335da367: Merge "docs: Another fix for external 42607" into jb-mr1-dev

* commit 'd50a0383':
  docs: Another fix for external 42607
parents 67db4218 d50a0383
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>