summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/topics
diff options
context:
space:
mode:
authorAndrew Solovay <asolovay@google.com>2015-02-25 13:27:03 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-02-25 13:27:03 +0000
commit2557fb070a54a65277c320f20cedde828febb1e2 (patch)
tree41bfbec2e75f88c1cfe4827f8867dd118a5e441b /docs/html/guide/topics
parentd6f1fbe04cd7e099c1fa95967c1b7ddfad8669d3 (diff)
parentd7cddbd2d595cd5ee2cb9e7e05af8a760f265f84 (diff)
downloadframeworks_base-2557fb070a54a65277c320f20cedde828febb1e2.zip
frameworks_base-2557fb070a54a65277c320f20cedde828febb1e2.tar.gz
frameworks_base-2557fb070a54a65277c320f20cedde828febb1e2.tar.bz2
am d7cddbd2: am 7391b0a1: am e64301e6: am 790b1bc8: am d3cd0948: docs: New doc for creating an AfW Work Policy Controller
* commit 'd7cddbd2d595cd5ee2cb9e7e05af8a760f265f84': docs: New doc for creating an AfW Work Policy Controller
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>