* commit 'ff5b73933a0444aae30e3a1a41bb31d19f7ff649': docs: Another fix for external 42607
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user