diff options
Diffstat (limited to 'docs/html/training/location/index.jd')
-rw-r--r-- | docs/html/training/location/index.jd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/html/training/location/index.jd b/docs/html/training/location/index.jd index 5ebbb84..e03eac6 100644 --- a/docs/html/training/location/index.jd +++ b/docs/html/training/location/index.jd @@ -85,4 +85,12 @@ startpage=true 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> |