am 48e0617b: Fixed Android U Enterprise lesson pre-requisites and a minor typo.

* commit '48e0617b9e7d06da803c572d6584d68898733d37':
  Fixed Android U Enterprise lesson pre-requisites and a minor typo.
This commit is contained in:
Fred Chung
2011-12-15 22:33:31 -08:00
committed by Android Git Automerger
2 changed files with 2 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ class="button">Download the sample</a>
</div> </div>
<p>Since Android 2.2 (API level 8), the Android platform offes system-level device management <p>Since Android 2.2 (API level 8), the Android platform offers system-level device management
capabilities through the Device Administration APIs.</p> capabilities through the Device Administration APIs.</p>
<p>In this lesson, you will learn how to create a security-aware application that manages access to <p>In this lesson, you will learn how to create a security-aware application that manages access to

View File

@@ -13,9 +13,7 @@ next.link=device-management-policy.html
<!-- Required platform, tools, add-ons, devices, knowledge, etc. --> <!-- Required platform, tools, add-ons, devices, knowledge, etc. -->
<h2>Dependencies and prerequisites</h2> <h2>Dependencies and prerequisites</h2>
<ul> <ul>
<li>Android 2.0 (API Level 5) or higher</li> <li>Android 2.2 (API Level 8) or higher</li>
<li>Experience with <a href="{@docRoot}guide/topics/media/mediaplayer.html">Media
Playback</a></li>
</ul> </ul>
<!-- related docs (NOT javadocs) --> <!-- related docs (NOT javadocs) -->