summaryrefslogtreecommitdiffstats
path: root/docs/html/training
diff options
context:
space:
mode:
authorSvet Ganov <svetoslavganov@google.com>2015-05-13 23:45:22 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-05-13 23:45:23 +0000
commit67b7ec28872dcb0ba09ef01bb87f7d558cbd19fc (patch)
tree1773bdd2e6e4951e5021fac86f4b10a89edbb632 /docs/html/training
parent55e6ad78a0a30f917b6f0c135fdf328ebafc68fb (diff)
parentf7e9cf4fb48ea80cbc5088204ac3f898109623f7 (diff)
downloadframeworks_base-67b7ec28872dcb0ba09ef01bb87f7d558cbd19fc.zip
frameworks_base-67b7ec28872dcb0ba09ef01bb87f7d558cbd19fc.tar.gz
frameworks_base-67b7ec28872dcb0ba09ef01bb87f7d558cbd19fc.tar.bz2
Merge "Access mock location is no longer a runtime permission - framework" into mnc-dev
Diffstat (limited to 'docs/html/training')
-rw-r--r--docs/html/training/location/location-testing.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/training/location/location-testing.jd b/docs/html/training/location/location-testing.jd
index 5021fc0..8f73d51 100644
--- a/docs/html/training/location/location-testing.jd
+++ b/docs/html/training/location/location-testing.jd
@@ -79,7 +79,7 @@ trainingnavtop=true
<h2 id="TurnOnMockMode">Turn On Mock Mode</h2>
<p>
To send mock locations to Location Services in mock mode, a test app must request the permission
- {@link android.Manifest.permission#ACCESS_MOCK_LOCATION}. In addition, you must enable mock
+ android.Manifest.permission#ACCESS_MOCK_LOCATION. In addition, you must enable mock
locations on the test device using the option <b>Enable mock locations</b>. To learn how to
enable mock locations on the device, see
<a href="{@docRoot}tools/device.html#setting-up">Setting up a Device for Development</a>.