diff options
author | Eric Gilmore <egilmore@google.com> | 2015-01-07 10:51:16 -0800 |
---|---|---|
committer | Eric Gilmore <egilmore@google.com> | 2015-01-07 13:35:45 -0800 |
commit | 1b554a31832f37361dc86601dd94d3ba846fc8fe (patch) | |
tree | ddf421c2a8a47d75d8554d7dbbf3fda5be522b37 /docs/html/training/location | |
parent | 8a195822e264754f08f43322348ebce273f72c40 (diff) | |
download | frameworks_base-1b554a31832f37361dc86601dd94d3ba846fc8fe.zip frameworks_base-1b554a31832f37361dc86601dd94d3ba846fc8fe.tar.gz frameworks_base-1b554a31832f37361dc86601dd94d3ba846fc8fe.tar.bz2 |
Removing three obsolete lessons from TOC, which in turn removes them
from building-userinfo.jd when built.
Change-Id: If5cfbfadadb202946267ff83f665f8414875bd8c
Diffstat (limited to 'docs/html/training/location')
-rw-r--r-- | docs/html/training/location/index.jd | 25 |
1 files changed, 2 insertions, 23 deletions
diff --git a/docs/html/training/location/index.jd b/docs/html/training/location/index.jd index 059a1e9..35e177f 100644 --- a/docs/html/training/location/index.jd +++ b/docs/html/training/location/index.jd @@ -50,9 +50,8 @@ startpage=true <p> This class shows you how to use the Google Play services location APIs in your - app to get the current location, get periodic location updates, look up - addresses, create and monitor geofences, and detect user activities. The class - includes sample apps and code snippets that you can use as a starting point + app to get the current location, get periodic location updates, and look up + addresses. The class includes sample apps and code snippets that you can use as a starting point for adding location awareness to your app. </p> @@ -81,25 +80,5 @@ startpage=true </dt> <dd> Learn how to convert a location's latitude and longitude into an address (reverse geocoding). - </dd> <dt> - <b> - <a href="geofencing.html">Creating and Monitoring Geofences</a> - </b> - </dt> <dd> - Learn how to define one or more geographic areas as locations of interest, - called geofences, and detect when the user is close to or inside a geofence. - </dd> <dt> - <b><a href="activity-recognition.html">Recognizing the User's Current - Activity</a></b> - </dt> <dd> - Learn how to recognize the user's current activity, such as walking, - bicycling, or driving a car, and how to use this information to modify your - app's location strategy. - </dd> <dt> - <b><a href="location-testing.html">Testing Using Mock Locations</a></b> - </dt> <dd> - Learn how to test a location-aware app by injecting mock locations into - Location Services. In mock mode, Location Services sends out mock locations - that you inject instead of sensor-based locations. </dd> </dl> |