am 335da367: Merge "docs: Another fix for external 42607" into jb-mr1-dev
* commit '335da367a167d11eefb9d8127b9423093213bcc8': 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