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