summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/topics
diff options
context:
space:
mode:
authorAndrew Solovay <asolovay@google.com>2015-02-19 17:57:50 -0800
committerAndrew Solovay <asolovay@google.com>2015-02-24 23:31:41 -0800
commitd3cd0948c8c4662c8711433b756c82fbe2f7a3ad (patch)
treead175d59615feca0fdcbd16ed9f30cee914185c3 /docs/html/guide/topics
parenta2ae6c9dbffe76bd5bc452fbd85ae92e5e3b9a5c (diff)
downloadframeworks_base-d3cd0948c8c4662c8711433b756c82fbe2f7a3ad.zip
frameworks_base-d3cd0948c8c4662c8711433b756c82fbe2f7a3ad.tar.gz
frameworks_base-d3cd0948c8c4662c8711433b756c82fbe2f7a3ad.tar.bz2
docs: New doc for creating an AfW Work Policy Controller
See first comment for doc stage location. Change-Id: I0c9c0f849c049d33fc66e2bd8ac5ba284c7b9415
Diffstat (limited to 'docs/html/guide/topics')
-rw-r--r--docs/html/guide/topics/admin/device-admin.jd7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/html/guide/topics/admin/device-admin.jd b/docs/html/guide/topics/admin/device-admin.jd
index bed4b4d..45bd76a 100644
--- a/docs/html/guide/topics/admin/device-admin.jd
+++ b/docs/html/guide/topics/admin/device-admin.jd
@@ -48,6 +48,11 @@ solutions for Android-powered devices. It discusses the various features
provided by the Device Administration API to provide stronger security for
employee devices that are powered by Android.</p>
+<p class="note"><strong>Note</strong> For information on building a Work Policy
+Controller for Android for Work deployments, see <a
+href="{@docRoot}training/enterprise/work-policy-ctrl.html">Building a Work
+Policy Controller</a>.</p>
+
<h2 id="overview">Device Administration API Overview</h2>
@@ -712,4 +717,4 @@ mDPM.setStorageEncryption(mDeviceAdminSample, true);
</pre>
<p>
See the Device Administration API sample for a complete example of how to enable storage encryption.
-</p> \ No newline at end of file
+</p>