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:
Scott Kennedy
2013-01-15 14:29:20 -08:00
committed by Android Git Automerger

View File

@@ -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>