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

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

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

* commit 'ff5b7393':
  docs: Another fix for external 42607
parents 7fb1b8c6 ff5b7393
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>