blob: 2926f71a0e7c128d5165c538b8401dd4add5bba2 [file] [log] [blame]
Scott Main7736f962011-12-15 15:40:25 -08001page.title=Developing for Enterprise
Joe Fernandez33baa5a2013-11-14 11:41:19 -08002page.tags=policy,privacy
Scott Mainaed4ced2011-12-15 10:25:41 -08003
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>
Fred Chung48e06172011-12-15 22:24:12 -080017 <li>Android 2.2 (API Level 8) or higher</li>
Scott Mainaed4ced2011-12-15 10:25:41 -080018</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</dl>