summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorScott Kennedy <skennedy@google.com>2013-01-15 14:24:24 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-01-15 14:24:24 -0800
commit335da367a167d11eefb9d8127b9423093213bcc8 (patch)
tree34c875fddf0bcb12082c032ed34e9e621e33e9cf /docs
parentec171f3f48f49cffc49bf36d2d65a76489351034 (diff)
parent4aea83b1d10f8cda8652e9932f122c98bc2e819f (diff)
downloadframeworks_base-335da367a167d11eefb9d8127b9423093213bcc8.zip
frameworks_base-335da367a167d11eefb9d8127b9423093213bcc8.tar.gz
frameworks_base-335da367a167d11eefb9d8127b9423093213bcc8.tar.bz2
Merge "docs: Another fix for external 42607" into jb-mr1-dev
Diffstat (limited to 'docs')
-rw-r--r--docs/html/guide/topics/location/strategies.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/location/strategies.jd b/docs/html/guide/topics/location/strategies.jd
index 404b797..6cc8f1a 100644
--- a/docs/html/guide/topics/location/strategies.jd
+++ b/docs/html/guide/topics/location/strategies.jd
@@ -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>