diff options
author | Scott Kennedy <skennedy@google.com> | 2013-01-15 08:52:37 -0800 |
---|---|---|
committer | Scott Kennedy <skennedy@google.com> | 2013-01-15 08:52:37 -0800 |
commit | 4aea83b1d10f8cda8652e9932f122c98bc2e819f (patch) | |
tree | 15a26c3d0a526317ddfffdc9faff3b4f23984ff6 /docs | |
parent | 20d47ca81df71096fd74bc9205e0e2a744cb630a (diff) | |
download | frameworks_base-4aea83b1d10f8cda8652e9932f122c98bc2e819f.zip frameworks_base-4aea83b1d10f8cda8652e9932f122c98bc2e819f.tar.gz frameworks_base-4aea83b1d10f8cda8652e9932f122c98bc2e819f.tar.bz2 |
docs: Another fix for external 42607
Follow-up to If4215cef850ba8e4e8df356a68192566806e7914
Change-Id: I70a7a9f6a5be654b1fab9645c87da304b33aec5b
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/guide/topics/location/strategies.jd | 2 |
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> |