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

* commit '39ea055f9e1b697db0dee197818be8de608e461f':
  docs: Another fix for external 42607
This commit is contained in:
Scott Kennedy
2013-01-15 14:50:15 -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>