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