add info about workspaces to the lollipop highlights
also move the workplace launcher image from the API Overview to the highlights... and also just remove all images from the Overview for simplicity there. Change-Id: I36cc6d58efa6c5c912971b8636fde064b0f26797
This commit is contained in:
@@ -121,6 +121,11 @@ sdk.platform.apiLevel=21
|
||||
offers new features for users and app developers. This document provides an
|
||||
introduction to the most notable new APIs.</p>
|
||||
|
||||
<p>For a high-level look at the new platform features, instead
|
||||
see the
|
||||
<a href="{@docRoot}about/versions/lollipop.html">Android Lollipop
|
||||
highlights</a>.</p>
|
||||
|
||||
|
||||
<h3 id="Start">Start developing</h3>
|
||||
|
||||
@@ -255,15 +260,6 @@ method and set the notification's visibility level to
|
||||
{@link android.app.Notification#VISIBILITY_PUBLIC VISIBILITY_PUBLIC}.
|
||||
</p>
|
||||
|
||||
<div class="figure" style="width:320px">
|
||||
<img src="{@docRoot}images/android-5.0/hun-example.png"
|
||||
srcset="{@docRoot}images/android-5.0/hun-example@2x.png 2x"
|
||||
alt="" width="320" height="541" id="figure1" />
|
||||
<p class="img-caption">
|
||||
<strong>Figure 1.</strong> Fullscreen activity showing a heads-up notification
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<h4 id="NotificationsMediaPlayback">Media playback</h4>
|
||||
<p>If you are implementing notifications that present media playback
|
||||
status or transport controls, consider using the new
|
||||
@@ -933,16 +929,6 @@ related issues.</p>
|
||||
<h2 id="Enterprise">Android in the Workplace and in Education</h2>
|
||||
<h3 id="ManagedProvisioning">Managed provisioning</h3>
|
||||
|
||||
<div class="figure" style="width:360px">
|
||||
<img src="../../images/android-5.0/managed_apps_launcher.png"
|
||||
srcset="../../images/android-5.0/managed_apps_launcher@2x.png 2x"
|
||||
alt="" width="360" height="609" id="figure3" />
|
||||
<p class="img-caption">
|
||||
<strong>Figure 2.</strong> Launcher screen showing managed apps (marked with
|
||||
a lock badge)
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<p>Android 5.0 provides new functionality for running apps within
|
||||
an enterprise environment. A
|
||||
<a href="{@docRoot}guide/topics/admin/device-admin.html">device administrator</a> can
|
||||
|
||||
@@ -28,6 +28,7 @@ page.title=Android Lollipop
|
||||
<li><a href="#Graphics">High-performance graphics</a></li>
|
||||
<li><a href="#Audio">More Powerful Audio</a></li>
|
||||
<li><a href="#Camera">Enhanced Camera & Video</a></li>
|
||||
<li><a href="#Work">Android in the Workplace</a></li>
|
||||
<li><a href="#ScreenCapture">Screen capturing and sharing</a></li>
|
||||
<li><a href="#Sensors">New types of sensors</a></li>
|
||||
<li><a href="#WebView">Chromium WebView</a></li>
|
||||
@@ -204,6 +205,23 @@ video apps and games to display smooth synchronized content.</p>
|
||||
<p>Android 5.0 also adds support for <strong>multimedia tunneling</strong> to provide the best experience for ultra-high definition (4K) content and the ability to play compressed audio and video data together. </p>
|
||||
|
||||
|
||||
|
||||
<img style="float:right; margin:0 0 40px 60px"
|
||||
src="{@docRoot}images/android-5.0/managed_apps_launcher@2x.png"
|
||||
srcset="{@docRoot}images/android-5.0/managed_apps_launcher@2x.png 2x"
|
||||
alt="" width="300" />
|
||||
|
||||
<h2 id="Work">Android in the Workplace</h2>
|
||||
|
||||
<p>In an enterprise work environment, an Android device can now be configured with separate profiles for both work and personal use. The employer administers the work profile and can control the apps available within it. Employees can then control their personal space on the device, which is not accessible by the employer.</p>
|
||||
|
||||
<p>Notifications and apps for both the personal and work profile are
|
||||
visible in a unified view. Apps for work are badged so users can identify them easily. The data for each profile is kept separate
|
||||
and secure from each other, including when the same app is used by both profiles—similar to the <a href="{@docRoot}about/versions/jelly-bean.html#42-multiuser">multi-user support</a> introduced in
|
||||
Android 4.2.</p>
|
||||
|
||||
|
||||
|
||||
<h2 id="ScreenCapture">Screen capturing and sharing</h2>
|
||||
|
||||
<p>Android 5.0 lets you add screen capturing and screen sharing capabilities to your app. </p>
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 841 KiB After Width: | Height: | Size: 178 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 3.1 MiB After Width: | Height: | Size: 619 KiB |
Reference in New Issue
Block a user