blob: 4300b4356d919cecd2fa011f04b96fb46a325004 [file] [log] [blame]
Joe Fernandez306f1ce2015-05-01 12:51:21 -07001page.title=API Overview
Joe Fernandeze7866882015-05-06 17:15:03 -07002page.keywords=preview,sdk,compatibility
Dirk Doughertyc85bf852015-05-24 19:56:35 -07003page.tags=previewresources, androidm
Dirk Dougherty74709452015-05-15 00:51:24 -07004sdk.platform.apiLevel=22-mnc
Dirk Doughertyc85bf852015-05-24 19:56:35 -07005page.image=images/cards/card-api-overview_16-9_2x.png
Joe Fernandez306f1ce2015-05-01 12:51:21 -07006@jd:body
7
8
9<div id="qv-wrapper">
10<div id="qv">
11
12<h2>In this document
13 <a href="#" onclick="hideNestedItems('#toc44',this);return false;" class="header-toggle">
14 <span class="more">show more</span>
15 <span class="less" style="display:none">show less</span></a></h2>
16
17<ol id="toc44" class="hide-nested">
Quddus Chong79d03e92015-05-26 17:58:51 -070018 <li><a href="#app-linking">App Linking</a></li>
19 <li><a href="#backup">Auto Backup for Apps</a></li>
Joe Fernandeza06ac3a2015-05-15 15:42:17 -070020 <li><a href="#authentication">Authentication</a>
Dirk Doughertyae70b692015-05-27 16:58:46 -070021 <ol>
Joe Fernandeza06ac3a2015-05-15 15:42:17 -070022 <li><a href="#fingerprint-authentication">Fingerprint Authentication</a></li>
Quddus Chong2b955612015-06-01 14:05:12 -070023 <li><a href="#confirm-credential">Confirm Credential</a></li>
Dirk Doughertyae70b692015-05-27 16:58:46 -070024 </ol>
Joe Fernandez306f1ce2015-05-01 12:51:21 -070025 </li>
Joe Fernandeza06ac3a2015-05-15 15:42:17 -070026 <li><a href="#direct-share">Direct Share</a></li>
27 <li><a href="#voice-interactions">Voice Interactions</a></li>
Quddus Chong5f150d52015-05-10 16:07:27 -070028 <li><a href="#assist">Assist API</a></li>
29 <li><a href="#notifications">Notifications</a></li>
Joe Fernandeza06ac3a2015-05-15 15:42:17 -070030 <li><a href="#bluetooth-stylus">Bluetooth Stylus Support</a></li>
Quddus Chong5f150d52015-05-10 16:07:27 -070031 <li><a href="#ble-scanning">Improved Bluetooth Low Energy Scanning</a></li>
32 <li><a href="#hotspot">Hotspot 2.0 Release 1 Support</a></li>
33 <li><a href="#4K-display">4K Display Mode</a></li>
34 <li><a href="#behavior-themeable-colorstatelists">Themeable ColorStateLists</a></li>
35 <li><a href="#audio">Audio Features</a></li>
36 <li><a href="#video">Video Features</a></li>
37 <li><a href="#camera">Camera Features</a>
Dirk Doughertyae70b692015-05-27 16:58:46 -070038 <ol>
Quddus Chong5f150d52015-05-10 16:07:27 -070039 <li><a href="#flashlight">Flashlight API</a></li>
40 <li><a href="#reprocessing">Camera Reprocessing</a></li>
Dirk Doughertyae70b692015-05-27 16:58:46 -070041 </ol>
Quddus Chong5f150d52015-05-10 16:07:27 -070042 </li>
43 <li><a href="#afw">Android for Work Features</a></li>
Joe Fernandeza06ac3a2015-05-15 15:42:17 -070044</ol>
45
46<h2>API Differences</h2>
47<ol>
Quddus Chong5f150d52015-05-10 16:07:27 -070048<li><a href="{@docRoot}preview/download.html">API level 22 to M Preview &raquo;</a> </li>
Joe Fernandez306f1ce2015-05-01 12:51:21 -070049</ol>
50
51</div>
52</div>
53
54<p>The M Developer Preview gives you an advance look at the upcoming release
55for the Android platform, which offers new features for users and app
56developers. This document provides an introduction to the most notable APIs.</p>
57
58<p>The M Developer Preview is intended for <strong>developer early
59adopters</strong> and <strong>testers</strong>. If you are interested in
60influencing the direction of the Android framework,
61<a href="{@docRoot}preview/setup-sdk.html">give the M Developer Preview a
62try</a> and send us your feedback!</p>
63
Glenn Kastendedc7682015-05-29 08:11:24 -070064<p class="caution"><strong>Caution:</strong> Do not publish apps
Joe Fernandez306f1ce2015-05-01 12:51:21 -070065that use the M Developer Preview to the Google Play store.</p>
66
67<p class="note"><strong>Note:</strong> This document often refers to classes and
68methods that do not yet have reference material available on <a
69href="{@docRoot}">developer.android.com</a>. These API elements are
70formatted in {@code code style} in this document (without hyperlinks). For the
71preliminary API documentation for these elements, download the <a
Quddus Chong5f150d52015-05-10 16:07:27 -070072href="{@docRoot}preview/download.html#docs"> preview reference</a>.</p>
Joe Fernandez306f1ce2015-05-01 12:51:21 -070073
Joe Fernandeza06ac3a2015-05-15 15:42:17 -070074<h3>Important behavior changes</h3>
Joe Fernandez306f1ce2015-05-01 12:51:21 -070075
Joe Fernandeza06ac3a2015-05-15 15:42:17 -070076<p>If you have previously published an app for Android, be aware that your app might be affected
Quddus Chong5f150d52015-05-10 16:07:27 -070077by changes in the platform.</p>
Joe Fernandez306f1ce2015-05-01 12:51:21 -070078
Quddus Chong5f150d52015-05-10 16:07:27 -070079<p>Please see <a href="behavior-changes.html">Behavior Changes</a> for complete information.</p>
Joe Fernandez306f1ce2015-05-01 12:51:21 -070080
Quddus Chong79d03e92015-05-26 17:58:51 -070081<h2 id="app-linking">App Linking</h2>
82<p>This preview enhances Android’s intent system by providing more powerful app linking.
83This feature allows you to associate an app with a web domain you own. Based on this
84association, the platform can determine the default app to use to handle a particular
85web link and skip prompting users to select an app. To learn how to implement this feature, see
86<a href="{@docRoot}preview/features/app-linking.html">App Linking</a>.
87
88<h2 id="backup">Auto Backup for Apps</h2>
Quddus Chong8dacbab2015-06-24 15:06:52 -070089<p>The system now performs automatic full data backup and restore for apps. For the
90duration of the <a href="{@docRoot}preview/overview.html">M Developer Preview program</a>, all
91apps are backed up, independent of which SDK version they target. After the final M SDK release,
92your app must target M to enable this behavior; you do not need to add any additional code. If users
93delete their Google accounts, their backup data is deleted as well. To learn how this feature
Quddus Chong5f150d52015-05-10 16:07:27 -070094works and how to configure what to back up on the file system, see
Quddus Chong79d03e92015-05-26 17:58:51 -070095<a href="{@docRoot}preview/backup/index.html">Auto Backup for Apps</a>.</p>
Joe Fernandeza06ac3a2015-05-15 15:42:17 -070096
97<h2 id="authentication">Authentication</h2>
Quddus Chong5f150d52015-05-10 16:07:27 -070098<p>This preview offers new APIs to let you authenticate users by using their fingerprint scans on
Joe Fernandeza06ac3a2015-05-15 15:42:17 -070099supported devices, and check how recently the user was last authenticated using a device unlocking
100mechanism (such as a lockscreen password). Use these APIs in conjunction with
101the <a href="{@docRoot}training/articles/keystore.html">Android Keystore system</a>.</p>
102
103<h3 id="fingerprint-authentication">Fingerprint Authentication</h3>
104
105<p>To authenticate users via fingerprint scan, get an instance of the new
106{@code android.hardware.fingerprint.FingerprintManager} class and call the
Quddus Chong5f150d52015-05-10 16:07:27 -0700107{@code FingerprintManager.authenticate()} method. Your app must be running on a compatible
108device with a fingerprint sensor. You must implement the user interface for the fingerprint
109authentication flow on your app, and use the standard Android fingerprint icon in your UI.
110The Android fingerprint icon ({@code c_fp_40px.png}) is included in the
111<a href="https://github.com/googlesamples/android-FingerprintDialog"
112class="external-link">sample app</a>. If you are developing multiple apps that use fingerprint
113authentication, note that each app must authenticate the user’s fingerprint independently.
Joe Fernandez306f1ce2015-05-01 12:51:21 -0700114</p>
115
Joe Fernandeza06ac3a2015-05-15 15:42:17 -0700116<p>To use this feature in your app, first add the {@code USE_FINGERPRINT} permission in your
117manifest.</p>
Joe Fernandez306f1ce2015-05-01 12:51:21 -0700118
Joe Fernandeza06ac3a2015-05-15 15:42:17 -0700119<pre>
120&lt;uses-permission
121 android:name="android.permission.USE_FINGERPRINT" /&gt;
122</pre>
Quddus Chong5f150d52015-05-10 16:07:27 -0700123<img src="{@docRoot}preview/images/fingerprint-screen.png"
124srcset="{@docRoot}preview/images/fingerprint-screen.png 1x, {@docRoot}preview/images/fingerprint-screen_2x.png 2x"
125style="float:right; margin:0 0 10px 20px" width="282" height="476" />
Joe Fernandez306f1ce2015-05-01 12:51:21 -0700126
Quddus Chong5f150d52015-05-10 16:07:27 -0700127<p>To see an app implementation of fingerprint authentication, refer to the
128<a href="https://github.com/googlesamples/android-FingerprintDialog" class="external-link">
Eric Gilmore08983182015-07-06 11:23:44 -0700129 Fingerprint Dialog sample</a>. For a demonstration of how you can use these authentication
130 APIs in conjunction with other Android APIs, see the video
131 <a class="video-shadowbox-button" href="https://www.youtube.com/watch?v=VOn7VrTRlA4">
132 Fingerprint and Payment APIs</a>.</p>
Joe Fernandeza06ac3a2015-05-15 15:42:17 -0700133
Quddus Chong5f150d52015-05-10 16:07:27 -0700134<p>If you are testing this feature, follow these steps:</p>
135<ol>
Quddus Chong79d03e92015-05-26 17:58:51 -0700136<li>Install Android SDK Tools Revision 24.3, if you have not done so.</li>
Quddus Chong5f150d52015-05-10 16:07:27 -0700137<li>Enroll a new fingerprint in the emulator by going to
138<strong>Settings > Security > Fingerprint</strong>, then follow the enrollment instructions.</li>
Quddus Chong5f150d52015-05-10 16:07:27 -0700139<li>Use an emulator to emulate fingerprint touch events with the
140following command. Use the same command to emulate fingerprint touch events on the lockscreen or
141in your app.
142<pre class="no-prettyprint">
143adb -e emu finger touch &lt;finger_id&gt;
Joe Fernandeza06ac3a2015-05-15 15:42:17 -0700144</pre>
Quddus Chong5f150d52015-05-10 16:07:27 -0700145<p>On Windows, you may have to run {@code telnet 127.0.0.1 &lt;emulator-id&gt;} followed by
146 {@code finger touch &lt;finger_id&gt;}.
147</p>
148</li>
149</ol>
Joe Fernandeza06ac3a2015-05-15 15:42:17 -0700150
Quddus Chong2b955612015-06-01 14:05:12 -0700151<h3 id="confirm-credential">Confirm Credential</h3>
Quddus Chong79d03e92015-05-26 17:58:51 -0700152<p>Your app can authenticate users based on how recently they last unlocked their device. This
153feature frees users from having to remember additional app-specific passwords, and avoids the need
154for you to implement your own authentication user interface. Your app should use this feature in
155conjunction with a public or secret key implementation for user authentication.</p>
Joe Fernandeza06ac3a2015-05-15 15:42:17 -0700156
Quddus Chong79d03e92015-05-26 17:58:51 -0700157<p>To set the timeout duration for which the same key can be re-used after a user is successfully
158authenticated, call the new
Quddus Chong8dacbab2015-06-24 15:06:52 -0700159{@code android.security.keystore.KeyGenParameterSpec.Builder.setUserAuthenticationValidityDurationSeconds()}
Quddus Chong79d03e92015-05-26 17:58:51 -0700160method when you set up a {@link javax.crypto.KeyGenerator} or
Quddus Chong8dacbab2015-06-24 15:06:52 -0700161{@link java.security.KeyPairGenerator}.</p>
Quddus Chong79d03e92015-05-26 17:58:51 -0700162
163<p>Avoid showing the re-authentication dialog excessively -- your apps should try using the
164cryptographic object first and if the the timeout expires, use the
Quddus Chong5f150d52015-05-10 16:07:27 -0700165{@link android.app.KeyguardManager#createConfirmDeviceCredentialIntent(java.lang.CharSequence, java.lang.CharSequence) createConfirmDeviceCredentialIntent()}
Quddus Chong79d03e92015-05-26 17:58:51 -0700166method to re-authenticate the user within your app.
Quddus Chong5f150d52015-05-10 16:07:27 -0700167</p>
Joe Fernandeza06ac3a2015-05-15 15:42:17 -0700168
Quddus Chong5f150d52015-05-10 16:07:27 -0700169<p>To see an app implementation of this feature, refer to the
Quddus Chong2b955612015-06-01 14:05:12 -0700170<a href="https://github.com/googlesamples/android-ConfirmCredential" class="external-link">
171 Confirm Credential sample</a>.</p>
Joe Fernandeza06ac3a2015-05-15 15:42:17 -0700172
173<h2 id="direct-share">Direct Share</h2>
174
Quddus Chong276ec482015-05-28 10:13:14 -0700175<img src="{@docRoot}preview/images/direct-share-screen.png"
Quddus Chongc4d39df2015-05-29 10:51:56 -0700176srcset="{@docRoot}preview/images/direct-share-screen.png 1x, {@docRoot}preview/images/direct-share-screen_2x.png 2x"
177style="float:right; margin:0 0 20px 30px" width="312" height="329" />
Joe Fernandeza06ac3a2015-05-15 15:42:17 -0700178
Quddus Chong79d03e92015-05-26 17:58:51 -0700179<p>This preview provides you with APIs to make sharing intuitive and quick for users. You can now
180define <em>direct share targets</em> that launch a specific activity in your app. These direct share
181targets are exposed to users via the <em>Share</em> menu. This feature allows users to share
182content to targets, such as contacts, within other apps. For example, the direct share target might
183launch an activity in another social network app, which lets the user share content directly to a
184specific friend or community in that app.</p>
Joe Fernandeza06ac3a2015-05-15 15:42:17 -0700185
Quddus Chong79d03e92015-05-26 17:58:51 -0700186<p>To enable direct share targets you must define a class that extends the
Joe Fernandeza06ac3a2015-05-15 15:42:17 -0700187{@code android.service.} <br>
188{@code chooser.ChooserTargetService} class. Declare your
189{@code ChooserTargetService} in the manifest. Within that declaration, specify the
190{@code BIND_CHOOSER_TARGET_SERVICE} permission and an intent filter with the
191{@code SERVICE_INTERFACE} action.</p>
192<p>The following example shows how you might declare the {@code ChooserTargetService} in your
193manifest.</p>
Joe Fernandeza06ac3a2015-05-15 15:42:17 -0700194<pre>
195&lt;service android:name=".ChooserTargetService"
196 android:label="&#64;string/service_name"
197 android:permission="android.permission.BIND_CHOOSER_TARGET_SERVICE"&gt;
198 &lt;intent-filter&gt;
199 &lt;action android:name="android.service.chooser.ChooserTargetService" /&gt;
200 &lt;/intent-filter&gt;
201&lt;/service&gt;
202</pre>
203
204<p>For each activity that you want to expose to the {@code ChooserTargetService}, add a
205{@code &lt;meta-data&gt;} element with the name
206{@code "android.service.chooser.chooser_target_service"} in your app manifest.
Joe Fernandez306f1ce2015-05-01 12:51:21 -0700207</p>
208
Joe Fernandeza06ac3a2015-05-15 15:42:17 -0700209<pre>
210&lt;activity android:name=".MyShareActivity”
211 android:label="&#64;string/share_activity_label"&gt;
212 &lt;intent-filter>
213 &lt;action android:name="android.intent.action.SEND" /&gt;
214 &lt;/intent-filter>
215&lt;meta-data
216 android:name="android.service.chooser.chooser_target_service"
217 android:value=".ChooserTargetService" /&gt;
218&lt;/activity>
219</pre>
Joe Fernandez306f1ce2015-05-01 12:51:21 -0700220
Joe Fernandeza06ac3a2015-05-15 15:42:17 -0700221<h2 id="voice-interactions">Voice Interactions</h2>
Joe Fernandez306f1ce2015-05-01 12:51:21 -0700222<p>
Quddus Chong5f150d52015-05-10 16:07:27 -0700223This preview provides a new voice interaction API which, together with
Joe Fernandeza06ac3a2015-05-15 15:42:17 -0700224<a href="https://developers.google.com/voice-actions/" class="external-link">Voice Actions</a>,
225allows you to build conversational voice experiences into your apps. Call the
226{@code android.app.Activity.isVoiceInteraction()} method to determine if your activity was
227started in response to a voice action. If so, your app can use the
228{@code android.app.VoiceInteractor} class to request a voice confirmation from the user, select
Quddus Chong5f150d52015-05-10 16:07:27 -0700229from a list of options, and more. To learn more about implementing voice actions, see the
Joe Fernandeza06ac3a2015-05-15 15:42:17 -0700230<a href="https://developers.google.com/voice-actions/interaction/"
Quddus Chong5f150d52015-05-10 16:07:27 -0700231class="external-link">Voice Actions developer site</a>.
Joe Fernandez306f1ce2015-05-01 12:51:21 -0700232</p>
233
Quddus Chong5f150d52015-05-10 16:07:27 -0700234<h2 id="assist">Assist API</h2>
235<p>
236This preview offers a new way for users to engage with your apps through an assistant. To use this
237feature, the user must enable the assistant to use the current context. Once enabled, the user
238can summon the assistant within any app, by long-pressing on the <strong>Home</strong> button.</p>
Quddus Chong79d03e92015-05-26 17:58:51 -0700239<p>Your app can elect to not share the current context with the assistant by setting the
240{@link android.view.WindowManager.LayoutParams#FLAG_SECURE} flag. In addition to the
241standard set of information that the platform passes to the assistant, your app can share
Quddus Chong8dacbab2015-06-24 15:06:52 -0700242additional information by using the new {@code android.app.assist.AssistContent} class.</p>
Quddus Chong5f150d52015-05-10 16:07:27 -0700243
244<p>To provide the assistant with additional context from your app, follow these steps:</p>
245
246<ol>
247<li>Implement the {@link android.app.Application.OnProvideAssistDataListener} interface.</li>
248<li>Register this listener by using
249{@link android.app.Application#registerOnProvideAssistDataListener(android.app.Application.OnProvideAssistDataListener) registerOnProvideAssistDataListener()}.</li>
250<li>In order to provide activity-specific contextual information, override the
251{@link android.app.Activity#onProvideAssistData(android.os.Bundle) onProvideAssistData()}
252callback and, optionally, the new {@code Activity.onProvideAssistContent()} callback.
253</ol>
254
255<h2 id="notifications">Notifications</h2>
256<p>This preview adds the following API changes for notifications:</p>
257<ul>
258 <li>New {@code NotificationListenerService.INTERRUPTION_FILTER_ALARMS} filter level that
259 corresponds to the new <em>Alarms only</em> do not disturb mode.</li>
260 <li>New {@code Notification.CATEGORY_REMINDER} category value that is used to distinguish
261 user-scheduled reminders from other events
262 ({@link android.app.Notification#CATEGORY_EVENT}) and alarms
263 ({@link android.app.Notification#CATEGORY_ALARM}).</li>
264 <li>New {@code android.graphics.drawable.Icon} class which can be attached to your notifications
265 via the {@code Notification.Builder.setSmallIcon(Icon)} and
266 {@code Notification.Builder.setLargeIcon(Icon)} methods.</li>
267 <li>New {@code NotificationManager.getActiveNotifications()} method that allows your apps to
268 find out which of their notifications are currently alive. To see an app implementation that
269 uses this feature, see the <a href="https://github.com/googlesamples/android-ActiveNotifications"
270 class="external-link">Active Notifications sample</a>.</li>
271</ul>
272
Joe Fernandeza06ac3a2015-05-15 15:42:17 -0700273<h2 id="bluetooth-stylus">Bluetooth Stylus Support</h2>
Quddus Chong5f150d52015-05-10 16:07:27 -0700274<p>This preview provides improved support for user input using a Bluetooth stylus. Users can pair
275and connect a compatible Bluetooth stylus with their phone or tablet. While connected, position
276information from the touch screen is fused with pressure and button information from the stylus to
277provide a greater range of expression than with the touch screen alone. Your app can listen for
278stylus button presses and perform secondary actions, by registering the new
Quddus Chong8dacbab2015-06-24 15:06:52 -0700279{@code View.onContextClickListener} and {@code GestureDetector.onContextClickListener}
Quddus Chong5f150d52015-05-10 16:07:27 -0700280callbacks in your activity.</p>
281
282<p>Use the {@link android.view.MotionEvent} methods and constants to detect stylus button
283interactions:</p>
284<ul>
285<li>If the user touches a stylus with a button on the screen of your app, the
286{@link android.view.MotionEvent#getToolType(int) getTooltype()} method returns
287{@link android.view.MotionEvent#TOOL_TYPE_STYLUS}.</li>
288<li>For apps targeting M Preview, the
289{@link android.view.MotionEvent#getButtonState() getButtonState()}
Quddus Chong8dacbab2015-06-24 15:06:52 -0700290method returns {@code MotionEvent.BUTTON_STYLUS_PRIMARY} when the user
Joe Fernandeza06ac3a2015-05-15 15:42:17 -0700291presses the primary stylus button. If the stylus has a second button, the same method returns
Quddus Chong8dacbab2015-06-24 15:06:52 -0700292{@code MotionEvent.BUTTON_STYLUS_SECONDARY} when the user presses it. If the user presses
Quddus Chong5f150d52015-05-10 16:07:27 -0700293both buttons simultaneously, the method returns both values OR'ed together
Quddus Chong8dacbab2015-06-24 15:06:52 -0700294({@code BUTTON_STYLUS_PRIMARY|BUTTON_STYLUS_SECONDARY}).</li>
Quddus Chong5f150d52015-05-10 16:07:27 -0700295<li>
296For apps targeting a lower platform version, the
297{@link android.view.MotionEvent#getButtonState() getButtonState()} method returns
298{@link android.view.MotionEvent#BUTTON_SECONDARY} (for primary stylus button press),
299{@link android.view.MotionEvent#BUTTON_TERTIARY} (for secondary stylus button press), or both.
300</li>
301</ul>
Joe Fernandez306f1ce2015-05-01 12:51:21 -0700302
Quddus Chong5f150d52015-05-10 16:07:27 -0700303<h2 id="ble-scanning">Improved Bluetooth Low Energy Scanning</h2>
304<p>
305If your app performs performs Bluetooth Low Energy scans, you can use the new
306{@code android.bluetooth.le.ScanSettings.Builder.setCallbackType()} method to specify that
307you want callbacks to only be notified when an advertisement packet matching the set
308{@link android.bluetooth.le.ScanFilter} is first found, and when it is not seen for a period of
309time. This approach to scanning is more power-efficient than what’s provided in the previous
310platform version.
311</p>
Joe Fernandez306f1ce2015-05-01 12:51:21 -0700312
Quddus Chong5f150d52015-05-10 16:07:27 -0700313<h2 id="hotspot">Hotspot 2.0 Release 1 Support</h2>
314<p>
315This preview adds support for the Hotspot 2.0 Release 1 spec on Nexus 6 and Nexus 9 devices. To
316provision Hotspot 2.0 credentials in your app, use the new methods of the
317{@link android.net.wifi.WifiEnterpriseConfig} class, such as {@code setPlmn()} and
318{@code setRealm()}. In the {@link android.net.wifi.WifiConfiguration} object, you can set the
319{@link android.net.wifi.WifiConfiguration#FQDN} and the {@code providerFriendlyName} fields.
Quddus Chong8dacbab2015-06-24 15:06:52 -0700320The new {@code ScanResult.isPasspointNetwork()} method indicates if a detected
Quddus Chong5f150d52015-05-10 16:07:27 -0700321network represents a Hotspot 2.0 access point.
322</p>
323
324<h2 id="4K-display">4K Display Mode</h2>
325<p>The platform now allows apps to request that the display resolution be upgraded to 4K rendering
326on compatible hardware. To query the current physical resolution, use the new
327{@code android.view.Display.Mode} APIs. If the UI is drawn at a lower logical resolution and is
328upscaled to a larger physical resolution, be aware that the physical resolution the
329{@code Display.Mode.getPhysicalWidth()} method returns may differ from the logical
330resolution reported by {@link android.view.Display#getSize(android.graphics.Point) getSize()}.</p>
331
332<p>You can request the system to change the physical resolution in your app as it runs, by setting
333the {@code WindowManager.LayoutParams.preferredDisplayModeId} property of your app’s window. This
334feature is useful if you want to switch to 4K display resolution. While in 4K display mode, the
335UI continues to be rendered at the original resolution (such as 1080p) and is upscaled to 4K, but
336{@link android.view.SurfaceView} objects may show content at the native resolution.</p>
337
Quddus Chong5f150d52015-05-10 16:07:27 -0700338<h2 id="behavior-themeable-colorstatelists">Themeable ColorStateLists</h2>
339<p>Theme attributes are now supported in
340{@link android.content.res.ColorStateList} for devices running the M Preview. The
341{@link android.content.res.Resources#getColorStateList(int) getColorStateList()} and
342{@link android.content.res.Resources#getColor(int) getColor()} methods have been deprecated. If
343you are calling these APIs, call the new {@code Context.getColorStateList()} or
344{@code Context.getColor()} methods instead. These methods are also available in the
345v4 appcompat library via {@link android.support.v4.content.ContextCompat}.</p>
346
347<h2 id="audio">Audio Features</h2>
348
349<p>This preview adds enhancements to audio processing on Android, including: </p>
Joe Fernandeza06ac3a2015-05-15 15:42:17 -0700350<ul>
351 <li>Support for the <a href="http://en.wikipedia.org/wiki/MIDI" class="external-link">MIDI</a>
352protocol, with the new {@code android.media.midi} APIs. Use these APIs to send and receive MIDI
353events.</li>
354 <li>New {@code android.media.AudioRecord.Builder} and {@code android.media.AudioTrack.Builder}
355classes to create digital audio capture and playback objects respectively, and configure audio
356source and sink properties to override the system defaults.</li>
357 <li>API hooks for associating audio and input devices. This is particularly useful if your app
358allows users to start a voice search from a game controller or remote control connected to Android
359TV. The system invokes the new {@code android.app.Activity.onSearchRequested()} callback when the
360user starts a search. To determine if the user's input device has a built-in microphone, retrieve
361the {@link android.view.InputDevice} object from that callback, then call the new
Quddus Chong8dacbab2015-06-24 15:06:52 -0700362{@code InputDevice.hasMicrophone()} method.</li>
363 <li>New {@code AudioManager.getDevices() method which lets you retrieve a list of all
364 audio devices currently connected to the system. You can also register an
365{@code android.media.AudioDeviceCallback} object if you want your app to be notified
Joe Fernandeza06ac3a2015-05-15 15:42:17 -0700366when an audio device is connected or disconnected.</li>
367</ul>
Joe Fernandez306f1ce2015-05-01 12:51:21 -0700368
Quddus Chong5f150d52015-05-10 16:07:27 -0700369<h2 id="video">Video Features</h2>
370<p>This preview adds new capabilities to the video processing APIs, including:</p>
371<ul>
372<li>New {@code android.media.MediaSync} class which helps applications to synchronously render
373audio and video streams. The audio buffers are submitted in non-blocking fashion and are
374returned via a callback. It also supports dynamic playback rate.
375</li>
376<li>New {@code MediaDrm.EVENT_SESSION_RECLAIMED} event, which indicates that a session opened by
377the app has been reclaimed by the resource manager. If your app uses DRM sessions, you should
378handle this event and make sure not to use a reclaimed session.
379</li>
380<li>New {@code MediaCodec.CodecException.ERROR_RECLAIMED} error code, which indicates that the
381resource manager reclaimed the media resource used by the codec. With this exception, the codec
382must be released, as it has moved to terminal state.
383</li>
384<li>New {@code MediaCodecInfo.CodecCapabilities.getMaxSupportedInstances()} interface to get a
385hint for the max number of the supported concurrent codec instances.
386</li>
387<li>New {@code MediaPlayer.setPlaybackParams()} method to set the media playback rate for fast or
388slow motion playback. It also stretches or speeds up the audio playback automatically in
389conjunction with the video.</li>
390</ul>
391
392<h2 id="camera">Camera Features</h2>
393<p>This preview includes the following new APIs for accessing the camera’s flashlight and for
394camera reprocessing of images:</p>
395
396<h3 id="flashlight">Flashlight API</h3>
397<p>If a camera device has a flash unit, you can call the {@code CameraManager.setTorchMode()}
398method to switch the flash unit’s torch mode on or off without opening the camera device. The app
399does not have exclusive ownership of the flash unit or the camera device. The torch mode is turned
400off and becomes unavailable whenever the camera device becomes unavailable, or when other camera
401resources keeping the torch on become unavailable. Other apps can also call {@code setTorchMode()}
402to turn off the torch mode. When the last app that turned on the torch mode is closed, the torch
403mode is turned off.</p>
404
405<p>You can register a callback to be notified about torch mode status by calling the
406{@code CameraManager.registerTorchCallback()} method. The first time the callback is registered,
407it is immediately called with the torch mode status of all currently known camera devices with a
408flash unit. If the torch mode is turned on or off successfully, the
409{@code CameraManager.TorchCallback.onTorchModeChanged()} method is invoked.</p>
410
411<h3 id="reprocessing">Reprocessing API</h3>
412<p>The {@link android.hardware.camera2 Camera2} API is extended to support YUV and private
Quddus Chong8dacbab2015-06-24 15:06:52 -0700413opaque format image reprocessing. To determine if these reprocessing capabilities are available,
414call {@link android.hardware.camera2.CameraManager#getCameraCharacteristics(java.lang.String)
415getCameraCharacteristics()} and check for the {@code REPROCESS_MAX_CAPTURE_STALL} key. If a
416device supports reprocessing, you can create a reprocessable camera capture session by calling
Quddus Chong5f150d52015-05-10 16:07:27 -0700417{@code CameraDevice.createReprocessableCaptureSession()}, and create requests for input
418buffer reprocessing.</p>
419
Quddus Chong8dacbab2015-06-24 15:06:52 -0700420<p>Use the {@code android.media.ImageWriter} class to connect the input buffer flow to the camera
421reprocessing input. To get an empty buffer, follow this programming model:</p>
Quddus Chong5f150d52015-05-10 16:07:27 -0700422
423<ol>
424<li>Call the {@code ImageWriter.dequeueInputImage()} method.</li>
425<li>Fill the data into the input buffer.</li>
426<li>Send the buffer to the camera by calling the {@code ImageWriter.queueInputImage()} method.</li>
427</ol>
428
429<p>If you are using a {@code ImageWriter} object together with an
430{@code android.graphics.ImageFormat.PRIVATE} image, your app cannot access the image
431data directly. Instead, pass the {@code ImageFormat.PRIVATE} image directly to the
432{@code ImageWriter} by calling the {@code ImageWriter.queueInputImage()} method without any
433buffer copy.</p>
434
Quddus Chong8dacbab2015-06-24 15:06:52 -0700435<p>The {@link android.media.ImageReader} class now supports
436{@code android.graphics.ImageFormat.PRIVATE} format image streams. This support allows your app to
437maintain a circular image queue of {@link android.media.ImageReader} output images, select one or
438more images, and send them to the {@code ImageWriter} for camera reprocessing.</p>
Quddus Chong5f150d52015-05-10 16:07:27 -0700439
440<h2 id="afw">Android for Work Features</h2>
441<p>This preview includes the following new APIs for Android for Work:</p>
Joe Fernandeza06ac3a2015-05-15 15:42:17 -0700442<ul>
443 <li><strong>Enhanced controls for Corporate-Owned, Single-Use devices:</strong> The Device Owner
444can now control the following settings to improve management of
445Corporate-Owned, Single-Use (COSU) devices:
446 <ul>
447 <li>Disable or re-enable the keyguard with the
Quddus Chong8dacbab2015-06-24 15:06:52 -0700448{@code DevicePolicyManager.setKeyguardDisabled()} method.</li>
Joe Fernandeza06ac3a2015-05-15 15:42:17 -0700449 <li>Disable or re-enable the status bar (including quick settings, notifications, and the
450navigation swipe-up gesture that launches Google Now) with the
Quddus Chong8dacbab2015-06-24 15:06:52 -0700451{@code DevicePolicyManager.setStatusBarDisabled()} method.</li>
Joe Fernandeza06ac3a2015-05-15 15:42:17 -0700452 <li>Disable or re-enable safe boot with the {@link android.os.UserManager} constant
453{@code DISALLOW_SAFE_BOOT}.</li>
454 <li>Prevent the screen from turning off while plugged in with the
455 {@link android.provider.Settings.Global} constant {@code STAY_ON_WHILE_PLUGGED_IN}.</li>
456 </ul>
457 </li>
458 <li><strong>Silent install and uninstall of apps by Device Owner:</strong> A Device Owner can now
459silently install and uninstall applications using the {@link android.content.pm.PackageInstaller}
460APIs, independent of Google Play for Work. You can now provision devices through a Device Owner that
461fetches and installs apps without user interaction. This feature is useful for enabling one-touch
462provisioning of kiosks or other such devices without activating a Google account.</li>
463<li><strong>Silent enterprise certificate access: </strong> When an app calls
464{@link android.security.KeyChain#choosePrivateKeyAlias(android.app.Activity,android.security.KeyChainAliasCallback,java.lang.String[],java.security.Principal[],java.lang.String,int,java.lang.String) choosePrivateKeyAlias()},
465prior to the user being prompted to select a certificate, the Profile or Device Owner can now call
466the {@code DeviceAdminReceiver.onChoosePrivateKeyAlias()} method to provide the alias silently to
467the requesting application. This feature lets you grant managed apps access to certificates
468without user interaction.</li>
469<li><strong>Auto-acceptance of system updates.</strong> By setting a system update policy with
470{@code DevicePolicyManager.setSystemUpdatePolicy()}, a Device Owner can now auto-accept a system
471update, for instance in the case of a kiosk device, or postpone the update and prevent it being
Quddus Chong5f150d52015-05-10 16:07:27 -0700472taken by the user for up to 30 days. Furthermore, an administrator can set a daily time window in
473which an update must be taken, for example during the hours when a kiosk device is not in use. When
474a system update is available, the system checks if the Work Policy Controller app has set a system
Joe Fernandeza06ac3a2015-05-15 15:42:17 -0700475update policy, and behaves accordingly.
476</li>
477<li>
Quddus Chong5f150d52015-05-10 16:07:27 -0700478<strong>Delegated certificate installation:</strong> A Profile or Device Owner can now grant a
Joe Fernandeza06ac3a2015-05-15 15:42:17 -0700479third-party app the ability to call these {@link android.app.admin.DevicePolicyManager} certificate
480management APIs:
481<ul>
482 <li>{@link android.app.admin.DevicePolicyManager#getInstalledCaCerts(android.content.ComponentName)
483getInstalledCaCerts()}</li>
484 <li>{@link android.app.admin.DevicePolicyManager#hasCaCertInstalled(android.content.ComponentName,byte[])
485hasCaCertInstalled()}</li>
486 <li>{@link android.app.admin.DevicePolicyManager#installCaCert(android.content.ComponentName,byte[])
487installCaCert()}</li>
488 <li>{@link android.app.admin.DevicePolicyManager#uninstallCaCert(android.content.ComponentName,byte[])
489uninstallCaCert()}</li>
490 <li>{@link android.app.admin.DevicePolicyManager#uninstallAllUserCaCerts(android.content.ComponentName)
491uninstallAllUserCaCerts()}</li>
492 <li>{@link android.app.admin.DevicePolicyManager#installKeyPair(android.content.ComponentName,java.security.PrivateKey,java.security.cert.Certificate,java.lang.String)
493installKeyPair()}</li>
494</ul>
495</li>
Quddus Chongc4d39df2015-05-29 10:51:56 -0700496<img src="{@docRoot}preview/images/work-profile-screen.png"
497srcset="{@docRoot}preview/images/work-profile-screen.png 1x, {@docRoot}preview/images/work-profile-screen_2x.png 2x"
Quddus Chong79d03e92015-05-26 17:58:51 -0700498style="float:right; margin:0 0 10px 20px" width="282" height="476" />
Quddus Chong5f150d52015-05-10 16:07:27 -0700499<li><strong>Data usage tracking.</strong> A Profile or Device Owner can now query for the
500data usage statistics visible in <strong>Settings > Data</strong> usage by using the new
Joe Fernandeza06ac3a2015-05-15 15:42:17 -0700501{@code android.app.usage.NetworkStatsManager} methods. Profile Owners are automatically granted
502permission to query data on the profile they manage, while Device Owners get access to usage data
503of the managed primary user.</li>
Quddus Chong79d03e92015-05-26 17:58:51 -0700504<li><strong>Runtime permission management:</strong>
505<p>A Profile or Device Owner can set a permission policy
Quddus Chong5f150d52015-05-10 16:07:27 -0700506for all runtime requests of all applications using
507{@code DevicePolicyManager.setPermissionPolicy()}, to either prompt the user to grant the
508permission as normal or automatically grant or deny the permission silently. If the latter policy
509is set, the user cannot modify the selection made by the Profile or Device Owner within the
510app’s permissions screen in <strong>Settings</strong>.</p></li>
511<li><strong>VPN in Settings:</strong> VPN apps are now visible in
512 <strong>Settings > More > VPN</strong>.
Quddus Chong79d03e92015-05-26 17:58:51 -0700513Additionally, the notifications that accompany VPN usage are now specific to how that VPN is
514configured. For Profile Owner, the notifications are specific to whether the VPN is configured
515for a managed profile, a personal profile, or both. For a Device Owner, the notifications are
516specific to whether the VPN is configured for the entire device.</li>
Quddus Chong5f150d52015-05-10 16:07:27 -0700517<li><strong>Work status notification:</strong> A status bar briefcase icon now appears whenever
518an app from the managed profile has an activity in the foreground. Furthermore, if the device is
519unlocked directly to the activity of an app in the managed profile, a toast is displayed notifying
520the user that they are within the work profile.
521</li>
Joe Fernandeza06ac3a2015-05-15 15:42:17 -0700522</ul>
Joe Fernandez306f1ce2015-05-01 12:51:21 -0700523
524<p class="note">
525 For a detailed view of all API changes in the M Developer Preview, see the <a href=
Quddus Chong5f150d52015-05-10 16:07:27 -0700526 "{@docRoot}preview/download.html">API Differences Report</a>.
Glenn Kastendedc7682015-05-29 08:11:24 -0700527</p>