1page.title=Developing for Enterprise 2page.tags=policy,privacy 3 4trainingnavtop=true 5startpage=true 6next.title=Enhancing Security with Device Management Policies 7next.link=device-management-policy.html 8 9@jd:body 10 11<div id="tb-wrapper"> 12<div id="tb"> 13 14<!-- Required platform, tools, add-ons, devices, knowledge, etc. --> 15<h2>Dependencies and prerequisites</h2> 16<ul> 17 <li>Android 2.2 (API Level 8) or higher</li> 18</ul> 19 20<!-- related docs (NOT javadocs) --> 21<h2>You should also read</h2> 22<ul> 23 <li><a href="{@docRoot}guide/topics/admin/device-admin.html">Device Administration</a></li> 24</ul> 25 26<h2>Try it out</h2> 27 28<div class="download-box"> 29 <a href="http://developer.android.com/shareables/training/DeviceManagement.zip" 30class="button">Download the sample</a> 31 <p class="filename">DeviceManagement.zip</p> 32</div> 33 34</div> 35</div> 36 37 38<p>In this class, you'll learn APIs and techniques you can use when developing applications 39for the enterprise.</p> 40 41 42<h2>Lessons</h2> 43 44 45<dl> 46 <dt><b><a href="device-management-policy.html">Enhancing Security with Device Management 47Policies</a></b></dt> 48 <dd>In this lesson, you will learn how to create a security-aware application that manages 49access to its content by enforcing device management policies</dd> 50 51 <dt><b><a href="app-compatibility.html">Ensuring Compatibility with Managed Profiles</a></b></dt> 52 53 <dd>In this lesson, you will learn the best practices to follow to ensure 54 that your app functions properly on devices that use <a 55 href="{@docRoot}about/versions/android-5.0.html#Enterprise">managed 56 profiles</a></dd> 57 58</dl> 59