diff options
author | Andrew Solovay <asolovay@google.com> | 2015-02-25 13:09:33 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-02-25 13:09:33 +0000 |
commit | 7391b0a177f9ecf3c8e3a9657bbf1ae7000ce528 (patch) | |
tree | 7e4dcd87b39ca102c87519fdda0705358ddced8b /docs/html/guide/topics | |
parent | 93df7f0740a6d2044c29227ac6f684c74aa49ff7 (diff) | |
parent | e64301e639e73f346a78584af2727bc98f3d81ae (diff) | |
download | frameworks_base-7391b0a177f9ecf3c8e3a9657bbf1ae7000ce528.zip frameworks_base-7391b0a177f9ecf3c8e3a9657bbf1ae7000ce528.tar.gz frameworks_base-7391b0a177f9ecf3c8e3a9657bbf1ae7000ce528.tar.bz2 |
am e64301e6: am 790b1bc8: am d3cd0948: docs: New doc for creating an AfW Work Policy Controller
* commit 'e64301e639e73f346a78584af2727bc98f3d81ae':
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.jd | 7 |
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> |