Home | History | Annotate | Download | only in enterprise
      1 page.title=Developing for Enterprise
      2 page.tags="policy","privacy"
      3 
      4 trainingnavtop=true
      5 startpage=true
      6 next.title=Enhancing Security with Device Management Policies
      7 next.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"
     30 class="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
     39 for 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
     47 Policies</a></b></dt>
     48     <dd>In this lesson, you will learn how to create a security-aware application that manages
     49 access to its content by enforcing device management policies</dd>
     50 </dl>
     51