Doc on steps app developers can take to make sure their apps will behave properly in a managed-profile environment. Doesn't talk about unreleased features, this is intended to go live on DAC in December. See first comment for doc stage location. Change-Id: I82e17e6085f732096e2aff40fea52d3ddafcf3ee
59 lines
1.6 KiB
Plaintext
59 lines
1.6 KiB
Plaintext
page.title=Developing for Enterprise
|
|
page.tags=policy,privacy
|
|
|
|
trainingnavtop=true
|
|
startpage=true
|
|
next.title=Enhancing Security with Device Management Policies
|
|
next.link=device-management-policy.html
|
|
|
|
@jd:body
|
|
|
|
<div id="tb-wrapper">
|
|
<div id="tb">
|
|
|
|
<!-- Required platform, tools, add-ons, devices, knowledge, etc. -->
|
|
<h2>Dependencies and prerequisites</h2>
|
|
<ul>
|
|
<li>Android 2.2 (API Level 8) or higher</li>
|
|
</ul>
|
|
|
|
<!-- related docs (NOT javadocs) -->
|
|
<h2>You should also read</h2>
|
|
<ul>
|
|
<li><a href="{@docRoot}guide/topics/admin/device-admin.html">Device Administration</a></li>
|
|
</ul>
|
|
|
|
<h2>Try it out</h2>
|
|
|
|
<div class="download-box">
|
|
<a href="http://developer.android.com/shareables/training/DeviceManagement.zip"
|
|
class="button">Download the sample</a>
|
|
<p class="filename">DeviceManagement.zip</p>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<p>In this class, you'll learn APIs and techniques you can use when developing applications
|
|
for the enterprise.</p>
|
|
|
|
|
|
<h2>Lessons</h2>
|
|
|
|
|
|
<dl>
|
|
<dt><b><a href="device-management-policy.html">Enhancing Security with Device Management
|
|
Policies</a></b></dt>
|
|
<dd>In this lesson, you will learn how to create a security-aware application that manages
|
|
access to its content by enforcing device management policies</dd>
|
|
|
|
<dt><b><a href="app-compatibility.html">Ensuring Compatibility with Managed Profiles</a></b></dt>
|
|
|
|
<dd>In this lesson, you will learn the best practices to follow to ensure
|
|
that your app functions properly on devices that use <a
|
|
href="{@docRoot}about/versions/android-5.0.html#Enterprise">managed
|
|
profiles</a></dd>
|
|
|
|
</dl>
|