blob: b28e887a802de6744b749f2d82b9cb02e057780d [file] [log] [blame]
Unsuk Jung5bc81142015-07-16 22:27:20 -07001<!DOCTYPE html>
2<head>
3<title>Android ANDROID_VERSION Compatibility Definition</title>
Clay Murphyb6581772015-08-26 11:11:06 -07004<link rel="stylesheet" type="text/css" href="source/android-cdd.css"/>
Unsuk Jung5bc81142015-07-16 22:27:20 -07005</head>
6
7<body>
8
9<h6>Table of Contents</h6>
10
11<div id="toc">
12
13<div id="toc_left">
14
15<p class="toc_h1"><a href="#1_introduction">1. Introduction</a></p>
16
17<p class="toc_h1"><a href="#2_device_types">2. Device Types</a></p>
18
19<p class="toc_h2"><a href="#2_1_device_configurations">2.1 Device Configurations</a></p>
20
21<p class="toc_h1"><a href="#3_software">3. Software</a></p>
22
23<p class="toc_h2"><a href="#3_1_managed_api_compatibility">3.1. Managed API Compatibility</a></p>
24
25<p class="toc_h2"><a href="#3_2_soft_api_compatibility">3.2. Soft API Compatibility</a></p>
26
27<p class="toc_h3"><a href="#3_2_1_permissions">3.2.1. Permissions</a></p>
28
29<p class="toc_h3"><a href="#3_2_2_build_parameters">3.2.2. Build Parameters</a></p>
30
31<p class="toc_h3"><a href="#3_2_3_intent_compatibility">3.2.3. Intent Compatibility</a></p>
32
33<p class="toc_h4"><a href="#3_2_3_1_core_application_intents">3.2.3.1. Core Application Intents</a></p>
34
35<p class="toc_h4"><a href="#3_2_3_2_intent_overrides">3.2.3.2. Intent Overrides</a></p>
36
37<p class="toc_h4"><a href="#3_2_3_3_intent_namespaces">3.2.3.3. Intent Namespaces</a></p>
38
39<p class="toc_h4"><a href="#3_2_3_4_broadcast_intents">3.2.3.4. Broadcast Intents</a></p>
40
41<p class="toc_h4"><a href="#3_2_3_5_default_app_settings">3.2.3.5. Default App Settings</a></p>
42
43<p class="toc_h2"><a href="#3_3_native_api_compatibility">3.3. Native API Compatibility</a></p>
44
45<p class="toc_h3"><a href="#3_3_1_application_binary_interfaces">3.3.1. Application Binary Interfaces</a></p>
46
47<p class="toc_h3"><a href="#3_3_2_32-bit_arm_native_code_compatibility">3.3.2. 32-bit ARM Native Code Compatibility</a></p>
48
49<p class="toc_h2"><a href="#3_4_web_compatibility">3.4. Web Compatibility</a></p>
50
51<p class="toc_h3"><a href="#3_4_1_webview_compatibility">3.4.1. WebView Compatibility</a></p>
52
53<p class="toc_h3"><a href="#3_4_2_browser_compatibility">3.4.2. Browser Compatibility</a></p>
54
55<p class="toc_h2"><a href="#3_5_api_behavioral_compatibility">3.5. API Behavioral Compatibility</a></p>
56
57<p class="toc_h2"><a href="#3_6_api_namespaces">3.6. API Namespaces</a></p>
58
59<p class="toc_h2"><a href="#3_7_runtime_compatibility">3.7. Runtime Compatibility</a></p>
60
61<p class="toc_h2"><a href="#3_8_user_interface_compatibility">3.8. User Interface Compatibility</a></p>
62
63<p class="toc_h3"><a href="#3_8_1_launcher_home_screen">3.8.1. Launcher (Home Screen)</a></p>
64
65<p class="toc_h3"><a href="#3_8_2_widgets">3.8.2. Widgets</a></p>
66
67<p class="toc_h3"><a href="#3_8_3_notifications">3.8.3. Notifications</a></p>
68
69<p class="toc_h3"><a href="#3_8_4_search">3.8.4. Search</a></p>
70
71<p class="toc_h3"><a href="#3_8_5_toasts">3.8.5. Toasts</a></p>
72
73<p class="toc_h3"><a href="#3_8_6_themes">3.8.6. Themes</a></p>
74
75<p class="toc_h3"><a href="#3_8_7_live_wallpapers">3.8.7. Live Wallpapers</a></p>
76
77<p class="toc_h3"><a href="#3_8_8_activity_switching">3.8.8. Activity Switching</a></p>
78
79<p class="toc_h3"><a href="#3_8_9_input_management">3.8.9. Input Management</a></p>
80
81<p class="toc_h3"><a href="#3_8_10_lock_screen_media_control">3.8.10. Lock Screen Media Control</a></p>
82
Bert McMeen15ecb402015-10-01 13:17:55 -070083</div>
84
85<div id="toc_right">
86
Unsuk Jung5bc81142015-07-16 22:27:20 -070087<p class="toc_h3"><a href="#3_8_11_dreams">3.8.11. Dreams</a></p>
88
89<p class="toc_h3"><a href="#3_8_12_location">3.8.12. Location</a></p>
90
91<p class="toc_h3"><a href="#3_8_13_unicode_and_font">3.8.13. Unicode and Font</a></p>
92
Unsuk Jung5bc81142015-07-16 22:27:20 -070093<p class="toc_h2"><a href="#3_9_device_administration">3.9. Device Administration</a></p>
94
Andy Dyer-smith3d24bbe2015-09-11 15:35:23 +010095<p class="toc_h3"><a href="#3_9_1_device_provisioning">3.9.1 Device Provisioning</a></p>
96
97<p class="toc_h4"><a href="#3_9_1_2_device_owner_provisioning">3.9.1.1 Device Owner provisioning</a></p>
98
99<p class="toc_h4"><a href="#3_9_1_2_managed_profile_provisioning">3.9.1.2 Managed profile provisioning</a></p>
100
Unsuk Jung5bc81142015-07-16 22:27:20 -0700101<p class="toc_h2"><a href="#3_10_accessibility">3.10. Accessibility</a></p>
102
103<p class="toc_h2"><a href="#3_11_text-to-speech">3.11. Text-to-Speech</a></p>
104
105<p class="toc_h2"><a href="#3_12_tv_input_framework">3.12. TV Input Framework</a></p>
106
107<p class="toc_h1"><a href="#4_application_packaging_compatibility">4. Application Packaging Compatibility</a></p>
108
109<p class="toc_h1"><a href="#5_multimedia_compatibility">5. Multimedia Compatibility</a></p>
110
111<p class="toc_h2"><a href="#5_1_media_codecs">5.1. Media Codecs</a></p>
112
113<p class="toc_h3"><a href="#5_1_1_audio_codecs">5.1.1. Audio Codecs</a></p>
114
115<p class="toc_h3"><a href="#5_1_2_image_codecs">5.1.2. Image Codecs</a></p>
116
117<p class="toc_h3"><a href="#5_1_3_video_codecs">5.1.3. Video Codecs</a></p>
118
119<p class="toc_h2"><a href="#5_2_video_encoding">5.2. Video Encoding</a></p>
120
121<p class="toc_h2"><a href="#5_3_video_decoding">5.3. Video Decoding</a></p>
122
123<p class="toc_h2"><a href="#5_4_audio_recording">5.4. Audio Recording</a></p>
124
125<p class="toc_h3"><a href="#5_4_1_raw_audio_capture">5.4.1. Raw Audio Capture</a></p>
126
127<p class="toc_h3"><a href="#5_4_2_capture_for_voice_recognition">5.4.2. Capture for Voice Recognition</a></p>
128
129<p class="toc_h3"><a href="#5_4_3_capture_for_rerouting_of_playback">5.4.3. Capture for Rerouting of Playback</a></p>
130
131<p class="toc_h2"><a href="#5_5_audio_playback">5.5. Audio Playback</a></p>
132
133<p class="toc_h3"><a href="#5_5_1_raw_audio_playback">5.5.1. Raw Audio Playback</a></p>
134
135<p class="toc_h3"><a href="#5_5_2_audio_effects">5.5.2. Audio Effects</a></p>
136
137<p class="toc_h3"><a href="#5_5_3_audio_output_volume">5.5.3. Audio Output Volume</a></p>
138
139<p class="toc_h2"><a href="#5_6_audio_latency">5.6. Audio Latency</a></p>
140
141<p class="toc_h2"><a href="#5_7_network_protocols">5.7. Network Protocols</a></p>
142
143<p class="toc_h2"><a href="#5_8_secure_media">5.8. Secure Media</a></p>
144
Glenn Kasten87ef61d2015-07-29 09:01:36 -0700145<p class="toc_h2"><a href="#5_9_midi">5.9. Musical Instrument Digital Interface (MIDI)</a></p>
146
Glenn Kasten78eccbd2015-08-12 10:18:22 -0700147<p class="toc_h2"><a href="#5_10_pro_audio">5.10. Professional Audio</a></p>
148
Bert McMeen15ecb402015-10-01 13:17:55 -0700149</div>
150
151<div style="clear: both; page-break-after:always; height:1px"></div>
152
153<div id="toc_left">
154
Unsuk Jung5bc81142015-07-16 22:27:20 -0700155<p class="toc_h1"><a href="#6_developer_tools_and_options_compatibility">6. Developer Tools and Options Compatibility</a></p>
156
157<p class="toc_h2"><a href="#6_1_developer_tools">6.1. Developer Tools</a></p>
158
159<p class="toc_h2"><a href="#6_2_developer_options">6.2. Developer Options</a></p>
160
161<p class="toc_h1"><a href="#7_hardware_compatibility">7. Hardware Compatibility</a></p>
162
163<p class="toc_h2"><a href="#7_1_display_and_graphics">7.1. Display and Graphics</a></p>
164
165<p class="toc_h3"><a href="#7_1_1_screen_configuration">7.1.1. Screen Configuration</a></p>
166
167<p class="toc_h4"><a href="#7_1_1_1_screen_size">7.1.1.1. Screen Size</a></p>
168
169<p class="toc_h4"><a href="#7_1_1_2_screen_aspect_ratio">7.1.1.2. Screen Aspect Ratio</a></p>
170
171<p class="toc_h4"><a href="#7_1_1_3_screen_density">7.1.1.3. Screen Density</a></p>
172
Unsuk Jung5bc81142015-07-16 22:27:20 -0700173<p class="toc_h3"><a href="#7_1_2_display_metrics">7.1.2. Display Metrics</a></p>
174
175<p class="toc_h3"><a href="#7_1_3_screen_orientation">7.1.3. Screen Orientation</a></p>
176
177<p class="toc_h3"><a href="#7_1_4_2d_and_3d_graphics_acceleration">7.1.4. 2D and 3D Graphics Acceleration</a></p>
178
179<p class="toc_h3"><a href="#7_1_5_legacy_application_compatibility_mode">7.1.5. Legacy Application Compatibility Mode</a></p>
180
181<p class="toc_h3"><a href="#7_1_6_screen_technology">7.1.6. Screen Technology</a></p>
182
183<p class="toc_h3"><a href="#7_1_7_external_displays">7.1.7. Secondary Displays</a></p>
184
185<p class="toc_h2"><a href="#7_2_input_devices">7.2. Input Devices</a></p>
186
187<p class="toc_h3"><a href="#7_2_1_keyboard">7.2.1. Keyboard</a></p>
188
189<p class="toc_h3"><a href="#7_2_2_non-touch_navigation">7.2.2. Non-touch Navigation</a></p>
190
191<p class="toc_h3"><a href="#7_2_3_navigation_keys">7.2.3. Navigation Keys</a></p>
192
193<p class="toc_h3"><a href="#7_2_4_touchscreen_input">7.2.4. Touchscreen Input</a></p>
194
195<p class="toc_h3"><a href="#7_2_5_fake_touch_input">7.2.5. Fake Touch Input</a></p>
196
197<p class="toc_h3"><a href="#7_2_6_game_controller_support">7.2.6. Game Controller Support</a></p>
198
199<p class="toc_h4"><a href="#7_2_6_1_button_mapping">7.2.6.1. Button Mappings</a></p>
200
201<p class="toc_h3"><a href="#7_2_7_remote_control">7.2.7. Remote Control</a></p>
202
203<p class="toc_h2"><a href="#7_3_sensors">7.3. Sensors</a></p>
204
205<p class="toc_h3"><a href="#7_3_1_accelerometer">7.3.1. Accelerometer</a></p>
206
207<p class="toc_h3"><a href="#7_3_2_magnetometer">7.3.2. Magnetometer</a></p>
208
209<p class="toc_h3"><a href="#7_3_3_gps">7.3.3. GPS</a></p>
210
Bert McMeen15ecb402015-10-01 13:17:55 -0700211</div>
212
213<div id="toc_right">
214
Unsuk Jung5bc81142015-07-16 22:27:20 -0700215<p class="toc_h3"><a href="#7_3_4_gyroscope">7.3.4. Gyroscope</a></p>
216
217<p class="toc_h3"><a href="#7_3_5_barometer">7.3.5. Barometer</a></p>
218
219<p class="toc_h3"><a href="#7_3_6_thermometer">7.3.6. Thermometer</a></p>
220
221<p class="toc_h3"><a href="#7_3_7_photometer">7.3.7. Photometer</a></p>
222
223<p class="toc_h3"><a href="#7_3_8_proximity_sensor">7.3.8. Proximity Sensor</a></p>
224
225<p class="toc_h2"><a href="#7_4_data_connectivity">7.4. Data Connectivity</a></p>
226
227<p class="toc_h3"><a href="#7_4_1_telephony">7.4.1. Telephony</a></p>
228
229<p class="toc_h3"><a href="#7_4_2_ieee_80211_wi-fi">7.4.2. IEEE 802.11 (Wi-Fi)</a></p>
230
231<p class="toc_h4"><a href="#7_4_2_1_wi-fi_direct">7.4.2.1. Wi-Fi Direct</a></p>
232
233<p class="toc_h4"><a href="#7_4_2_2_wi-fi-tunneled-direct-link-setup">7.4.2.2. Wi-Fi Tunneled Direct Link Setup</a></p>
234
235<p class="toc_h3"><a href="#7_4_3_bluetooth">7.4.3. Bluetooth</a></p>
236
237<p class="toc_h3"><a href="#7_4_4_near-field_communications">7.4.4. Near-Field Communications</a></p>
238
239<p class="toc_h3"><a href="#7_4_5_minimum_network_capability">7.4.5. Minimum Network Capability</a></p>
240
241<p class="toc_h3"><a href="#7_4_6_sync_settings">7.4.6. Sync Settings</a></p>
242
243<p class="toc_h2"><a href="#7_5_cameras">7.5. Cameras</a></p>
244
245<p class="toc_h3"><a href="#7_5_1_rear-facing_camera">7.5.1. Rear-Facing Camera</a></p>
246
247<p class="toc_h3"><a href="#7_5_2_front-facing_camera">7.5.2. Front-Facing Camera</a></p>
248
249<p class="toc_h3"><a href="#7_5_3_external_camera">7.5.3. External Camera</a></p>
250
251<p class="toc_h3"><a href="#7_5_4_camera_api_behavior">7.5.4. Camera API Behavior</a></p>
252
Unsuk Jung5bc81142015-07-16 22:27:20 -0700253<p class="toc_h3"><a href="#7_5_5_camera_orientation">7.5.5. Camera Orientation</a></p>
254
255<p class="toc_h2"><a href="#7_6_memory_and_storage">7.6. Memory and Storage</a></p>
256
257<p class="toc_h3"><a href="#7_6_1_minimum_memory_and_storage">7.6.1. Minimum Memory and Storage</a></p>
258
259<p class="toc_h3"><a href="#7_6_2_application_shared_storage">7.6.2. Application Shared Storage</a></p>
260
261<p class="toc_h2"><a href="#7_7_usb">7.7. USB</a></p>
262
263<p class="toc_h2"><a href="#7_8_audio">7.8. Audio</a></p>
264
265<p class="toc_h3"><a href="#7_8_1_microphone">7.8.1. Microphone</a></p>
266
267<p class="toc_h3"><a href="#7_8_2_audio_output">7.8.2. Audio Output</a></p>
268
269<p class="toc_h4"><a href="#7_8_2_1_analog_audio_ports">7.8.2.1. Analog Audio Ports</a></p>
270
Glenn Kasten20cdbb72015-09-24 11:56:42 -0700271<p class="toc_h3"><a href="#7_8_3_near_ultrasound">7.8.3. Near-Ultrasound</a></p>
272
Unsuk Jung5bc81142015-07-16 22:27:20 -0700273<p class="toc_h1"><a href="#8_performance_compatibility">8. Performance Compatibility</a></p>
274
275<p class="toc_h2"><a href="#8_1_user_experience_consistency">8.1. User Experience Consistency</a></p>
276
277<p class="toc_h2"><a href="#8_2_memory_performance">8.2. Memory Performance</a></p>
278
Bert McMeen15ecb402015-10-01 13:17:55 -0700279</div>
280
281<div style="clear: both; page-break-after:always; height:1px"></div>
282
283<div id="toc_left">
284
Unsuk Jung5bc81142015-07-16 22:27:20 -0700285<p class="toc_h1"><a href="#9_security_model_compatibility">9. Security Model Compatibility</a></p>
286
287<p class="toc_h2"><a href="#9_1_permissions">9.1. Permissions</a></p>
288
289<p class="toc_h2"><a href="#9_2_uid_and_process_isolation">9.2. UID and Process Isolation</a></p>
290
291<p class="toc_h2"><a href="#9_3_filesystem_permissions">9.3. Filesystem Permissions</a></p>
292
293<p class="toc_h2"><a href="#9_4_alternate_execution_environments">9.4. Alternate Execution Environments</a></p>
294
295<p class="toc_h2"><a href="#9_5_multi-user_support">9.5. Multi-User Support</a></p>
296
297<p class="toc_h2"><a href="#9_6_premium_sms_warning">9.6. Premium SMS Warning</a></p>
298
299<p class="toc_h2"><a href="#9_7_kernel_security_features">9.7. Kernel Security Features</a></p>
300
301<p class="toc_h2"><a href="#9_8_privacy">9.8. Privacy</a></p>
302
303<p class="toc_h2"><a href="#9_9_full-disk-encryption">9.9. Full-Disk Encryption</a></p>
304
305<p class="toc_h2"><a href="#9_10_verified_boot">9.10. Verified Boot</a></p>
306
307<p class="toc_h1"><a href="#10_software_compatibility_testing">10. Software Compatibility Testing</a></p>
308
309<p class="toc_h2"><a href="#10_1_compatibility_test_suite">10.1. Compatibility Test Suite</a></p>
310
311<p class="toc_h2"><a href="#10_2_cts_verifier">10.2. CTS Verifier</a></p>
312
313<p class="toc_h1"><a href="#11_updatable_software">11. Updatable Software</a></p>
314
315<p class="toc_h1"><a href="#12_document_changelog">12. Document Changelog</a></p>
316
317<p class="toc_h1"><a href="#13_contact_us">13. Contact Us</a></p>
318
319<p class="toc_h1"><a href="#14_resources">14. Resources</a></p>
320
321</div>
322
323</div>
324
325<div style="clear: both"></div>
326
327<div id="main">
328
329<h1 id="1_introduction">1. Introduction</h1>
330
331
332<p>This document enumerates the requirements that must be met in order for devices
333to be compatible with Android ANDROID_VERSION.</p>
334
335<p>The use of &ldquo;MUST&rdquo;, &ldquo;MUST NOT&rdquo;, &ldquo;REQUIRED&rdquo;, &ldquo;SHALL&rdquo;, &ldquo;SHALL NOT&rdquo;, &ldquo;SHOULD&rdquo;,&ldquo;SHOULD NOT&rdquo;, &ldquo;RECOMMENDED&rdquo;, &ldquo;MAY&rdquo;, and &ldquo;OPTIONAL&rdquo; is per the IETF standard
336defined in RFC2119 [<a href="http://www.ietf.org/rfc/rfc2119.txt">Resources, 1</a>].</p>
337
338<p>As used in this document, a &ldquo;device implementer&rdquo; or &ldquo;implementer&rdquo; is a person
339or organization developing a hardware/software solution running Android ANDROID_VERSION. A
340&ldquo;device implementation&rdquo; or &ldquo;implementation is the hardware/software solution
341so developed.</p>
342
343<p>To be considered compatible with Android ANDROID_VERSION, device implementations MUST meet
344the requirements presented in this Compatibility Definition, including any
345documents incorporated via reference.</p>
346
347<p>Where this definition or the software tests described in <a href="#10_software_compatibility_testing">section 10</a> is silent, ambiguous, or incomplete, it is the responsibility of the device
348implementer to ensure compatibility with existing implementations.</p>
349
350<p>For this reason, the Android Open Source Project [<a href="http://source.android.com/">Resources, 2</a>] is both the reference and preferred implementation of Android. Device
Bert McMeen816a2422015-09-29 16:33:19 -0700351implementers are STRONGLY RECOMMENDED to base their implementations to the
Unsuk Jung5bc81142015-07-16 22:27:20 -0700352greatest extent possible on the &ldquo;upstream&rdquo; source code available from the
353Android Open Source Project. While some components can hypothetically be
354replaced with alternate implementations this practice is strongly discouraged,
355as passing the software tests will become substantially more difficult. It is
356the implementer&rsquo;s responsibility to ensure full behavioral compatibility with
357the standard Android implementation, including and beyond the Compatibility
358Test Suite. Finally, note that certain component substitutions and
359modifications are explicitly forbidden by this document.</p>
360
361<p>Many of the resources listed in <a href="#14_resources">section 14</a> are derived directly or indirectly from the Android SDK, and will be
362functionally identical to the information in that SDK&rsquo;s documentation. For any
363case where this Compatibility Definition or the Compatibility Test Suite
364disagrees with the SDK documentation, the SDK documentation is considered
365authoritative. Any technical details provided in the references included in <a href="#14_resources">section 14</a> are considered by inclusion to be part of this Compatibility Definition. </p>
366
367<h1 id="2_device_types">2. Device Types</h1>
368
369
370<p>While the Android Open Source Project has been used in the implementation of a
371variety of device types and form factors, many aspects of the architecture and
372compatibility requirements were optimized for handheld devices. Starting from
373Android 5.0, the Android Open Source Project aims to embrace a wider variety of
374device types as described in this section.</p>
375
376<p><strong>Android Handheld device</strong> refers to an Android device implementation that is typically used by holding
377it in the hand, such as mp3 players, phones, and tablets. Android Handheld
378device implementations:</p>
379
380<ul>
381 <li>MUST have a touchscreen embedded in the device.</li>
382 <li>MUST have a power source that provides mobility, such as a battery.</li>
383</ul>
384
385<p><strong>Android Television device</strong> refers to an Android device implementation that is an entertainment interface
386for consuming digital media, movies, games, apps, and/or live TV for users
387sitting about ten feet away (a &ldquo;lean back&rdquo; or &ldquo;10-foot user interface&rdquo;).
388Android Television devices:</p>
389
390<ul>
391 <li>MUST have an embedded screen OR include a video output port, such as VGA, HDMI,
392or a wireless port for display.</li>
393 <li>MUST declare the features android.software.leanback and
394android.hardware.type.television [<a href="http://developer.android.com/reference/android/content/pm/PackageManager.html#FEATURE_LEANBACK">Resources, 3</a>].</li>
395</ul>
396
397<p><strong>Android Watch device</strong> refers to an Android device implementation intended to be worn on the body,
398perhaps on the wrist, and:</p>
399
400<ul>
401 <li>MUST have a screen with the physical diagonal length in the range from 1.1 to
4022.5 inches.</li>
403 <li>MUST declare the feature android.hardware.type.watch.</li>
404 <li>MUST support uiMode = UI_MODE_TYPE_WATCH [<a href="http://developer.android.com/reference/android/content/res/Configuration.html#UI_MODE_TYPE_WATCH">Resources, 4</a>].</li>
405</ul>
406
407<p><strong>Android Automotive implementation</strong> refers to a vehicle head
408unit running Android as an operating system for part or all of the system and/or
409infotainment functionality. Android Automotive implementations MUST support
410uiMode = UI_MODE_TYPE_CAR [<a href="http://developer.android.com/reference/android/content/res/Configuration.html#UI_MODE_TYPE_CAR">Resources, 111</a>].</p>
411
412<p>All Android device implementations that do not fit into any of the above device
413types still MUST meet all requirements in this document to be Android ANDROID_VERSION
414compatible, unless the requirement is explicitly described to be only
415applicable to a specific Android device type from above.</p>
416
417<h2 id="2_1_device_configurations">2.1 Device Configurations</h2>
418
419
420<p>This is a summary of major differences in hardware configuration by device
421type. (Empty cells denote a &ldquo;MAY&rdquo;). Not all configurations are covered in this
422table; see relevant hardware sections for more detail.</p>
423<table>
424 <tr>
425 <th>Category</th>
426 <th>Feature</th>
427 <th>Section</th>
428 <th>Handheld</th>
429 <th>Television</th>
430 <th>Watch</th>
431 <th>Automotive</th>
432 <th>Other</th>
433 </tr>
434 <tr>
435 <td rowspan="3">Input</td>
436 <td>D-pad</td>
437 <td><a href="#7_2_2_non-touch-navigation">7.2.2. Non-touch Navigation</a></td>
438 <td></td>
439 <td>MUST</td>
440 <td></td>
441 <td></td>
442 <td></td>
443 </tr>
444 <tr>
445 <td>Touchscreen </td>
446 <td><a href="#7_2_4_touchscreen_input">7.2.4. Touchscreen input</a></td>
447 <td>MUST</td>
448 <td></td>
449 <td>MUST</td>
450 <td></td>
451 <td>SHOULD</td>
452 </tr>
453 <tr>
454 <td>Microphone </td>
455 <td><a href="#7_8_1_microphone">7.8.1. Microphone</a></td>
456 <td>MUST</td>
457 <td>SHOULD </td>
458 <td>MUST</td>
459 <td>MUST</td>
460 <td>SHOULD</td>
461 </tr>
462 <tr>
463 <td rowspan="2">Sensors</td>
464 <td>Accelerometer </td>
465 <td><a href="#7_3_1_accelerometer">7.3.1 Accelerometer</a></td>
466 <td>SHOULD</td>
467 <td></td>
468 <td>SHOULD</td>
469 <td></td>
470 <td>SHOULD</td>
471 </tr>
472 <tr>
473 <td>GPS</td>
474 <td><a href="#7_3_3_gps">7.3.3. GPS</a></td>
475 <td>SHOULD</td>
476 <td></td>
477 <td></td>
478 <td>SHOULD</td>
479 <td></td>
480 </tr>
481 <tr>
482 <td rowspan="5">Connectivity</td>
483 <td>Wi-Fi</td>
484 <td><a href="#7_4_2_ieee_802.11">7.4.2. IEEE 802.11</a></td>
485 <td>SHOULD</td>
486 <td> MUST</td>
487 <td></td>
488 <td>SHOULD</td>
489 <td>SHOULD</td>
490 </tr>
491 <tr>
492 <td>Wi-Fi Direct</td>
493 <td><a href="#7_4_2_1_wi-fi-direct">7.4.2.1. Wi-Fi Direct</a></td>
494 <td>SHOULD</td>
495 <td>SHOULD</td>
496 <td></td>
497 <td></td>
498 <td>SHOULD</td>
499 </tr>
500 <tr>
501 <td>Bluetooth</td>
502 <td><a href="#7_4_3_bluetooth">7.4.3. Bluetooth</a></td>
503 <td>SHOULD</td>
504 <td>MUST</td>
505 <td>MUST</td>
506 <td>MUST</td>
507 <td>SHOULD</td>
508 </tr>
509 <tr>
510 <td>Bluetooth Low Energy</td>
511 <td><a href="#7_4_3_bluetooth">7.4.3. Bluetooth</a></td>
512 <td>SHOULD</td>
513 <td>MUST</td>
514 <td>SHOULD</td>
515 <td>SHOULD</td>
516 <td>SHOULD</td>
517 </tr>
518 <tr>
519 <td>USB peripheral/host mode</td>
520 <td><a href="#7_7_usb">7.7. USB</a></td>
521 <td>SHOULD</td>
522 <td></td>
523 <td></td>
524 <td>SHOULD</td>
525 <td>SHOULD</td>
526 </tr>
527 <tr>
528 <td>Output</td>
529 <td>Speaker and/or Audio output ports</td>
530 <td><a href="#7_8_2_audio_output">7.8.2. Audio Output</a></td>
531 <td>MUST</td>
532 <td>MUST</td>
533 <td></td>
534 <td>MUST</td>
535 <td>MUST</td>
536 </tr>
537</table>
538
539
540<h1 id="3_software">3. Software</h1>
541
542
543<h2 id="3_1_managed_api_compatibility">3.1. Managed API Compatibility</h2>
544
545
546<p>The managed Dalvik bytecode execution environment is the primary vehicle for
547Android applications. The Android application programming interface (API) is
548the set of Android platform interfaces exposed to applications running in the
549managed runtime environment. Device implementations MUST provide complete
550implementations, including all documented behaviors, of any documented API
551exposed by the Android SDK [<a href="http://developer.android.com/reference/packages.html">Resources, 5</a>] or any API decorated with the &ldquo;@SystemApi&rdquo; marker in the upstream Android
552source code. </p>
553
554<p>Device implementations MUST NOT omit any managed APIs, alter API interfaces or
555signatures, deviate from the documented behavior, or include no-ops, except
556where specifically allowed by this Compatibility Definition.</p>
557
558<p>This Compatibility Definition permits some types of hardware for which Android
559includes APIs to be omitted by device implementations. In such cases, the APIs
560MUST still be present and behave in a reasonable way. See <a href="#7_hardware_compatibility">section 7</a> for specific requirements for this scenario.</p>
561
562<h2 id="3_2_soft_api_compatibility">3.2. Soft API Compatibility</h2>
563
564
565<p>In addition to the managed APIs from <a href="#3_1_managed_api_compatibility">section 3.1</a>, Android also includes a significant runtime-only &ldquo;soft&rdquo; API, in the form of
566such things as intents, permissions, and similar aspects of Android
567applications that cannot be enforced at application compile time.</p>
568
569<h3 id="3_2_1_permissions">3.2.1. Permissions</h3>
570
571
572<p>Device implementers MUST support and enforce all permission constants as
573documented by the Permission reference page [<a href="http://developer.android.com/reference/android/Manifest.permission.html">Resources, 6]</a>. Note that <a href="#9_security_model_compatibility">section 9</a> lists additional requirements related to the Android security model.</p>
574
575<h3 id="3_2_2_build_parameters">3.2.2. Build Parameters</h3>
576
577
578<p>The Android APIs include a number of constants on the android.os.Build class [<a href="http://developer.android.com/reference/android/os/Build.html">Resources, 7</a>] that are intended to describe the current device. To provide consistent,
579meaningful values across device implementations, the table below includes
580additional restrictions on the formats of these values to which device
581implementations MUST conform.</p>
582<table>
583 <tr>
584 <th>Parameter</th>
585 <th>Details</th>
586 </tr>
587 <tr>
588 <td>VERSION.RELEASE</td>
589 <td>The version of the currently-executing Android system, in human-readable
590format. This field MUST have one of the string values defined in [<a href="http://source.android.com/compatibility/ANDROID_VERSION/versions.html">Resources, 8]</a>.</td>
591 </tr>
592 <tr>
593 <td>VERSION.SDK</td>
594 <td>The version of the currently-executing Android system, in a format accessible
595to third-party application code. For Android ANDROID_VERSION, this field MUST have the
Unsuk Jung8bebb3e2015-09-29 22:10:23 -0700596integer value ANDROID_VERSION_INT.</td>
Unsuk Jung5bc81142015-07-16 22:27:20 -0700597 </tr>
598 <tr>
599 <td>VERSION.SDK_INT</td>
600 <td>The version of the currently-executing Android system, in a format accessible
601to third-party application code. For Android ANDROID_VERSION, this field MUST have the
Unsuk Jung8bebb3e2015-09-29 22:10:23 -0700602integer value ANDROID_VERSION_INT.</td>
Unsuk Jung5bc81142015-07-16 22:27:20 -0700603 </tr>
604 <tr>
605 <td>VERSION.INCREMENTAL</td>
606 <td>A value chosen by the device implementer designating the specific build of the
607currently-executing Android system, in human-readable format. This value MUST
608NOT be reused for different builds made available to end users. A typical use
609of this field is to indicate which build number or source-control change
610identifier was used to generate the build. There are no requirements on the
611specific format of this field, except that it MUST NOT be null or the empty
612string ("").</td>
613 </tr>
614 <tr>
615 <td>BOARD</td>
616 <td>A value chosen by the device implementer identifying the specific internal
617hardware used by the device, in human-readable format. A possible use of this
618field is to indicate the specific revision of the board powering the device.
619The value of this field MUST be encodable as 7-bit ASCII and match the regular
620expression &ldquo;^[a-zA-Z0-9_-]+$&rdquo;.</td>
621 </tr>
622 <tr>
623 <td>BRAND</td>
624 <td>A value reflecting the brand name associated with the device as known to the
625end users. MUST be in human-readable format and SHOULD represent the
626manufacturer of the device or the company brand under which the device is
627marketed. The value of this field MUST be encodable as 7-bit ASCII and match
628the regular expression &ldquo;^[a-zA-Z0-9_-]+$&rdquo;.</td>
629 </tr>
630 <tr>
631 <td>SUPPORTED_ABIS</td>
632 <td>The name of the instruction set (CPU type + ABI convention) of native code. See <a href="#3_3_native_api_compatibility">section 3.3. Native API Compatibility</a>.</td>
633 </tr>
634 <tr>
635 <td>SUPPORTED_32_BIT_ABIS</td>
636 <td>The name of the instruction set (CPU type + ABI convention) of native code. See <a href="#3_3_native_api_compatibility">section 3.3. Native API Compatibility</a>.</td>
637 </tr>
638 <tr>
639 <td>SUPPORTED_64_BIT_ABIS</td>
640 <td>The name of the second instruction set (CPU type + ABI convention) of native
641code. See <a href="#3_3_native_api_compatibility">section 3.3. Native API Compatibility</a>.</td>
642 </tr>
643 <tr>
644 <td>CPU_ABI</td>
645 <td>The name of the instruction set (CPU type + ABI convention) of native code. See <a href="#3_3_native_api_compatibility">section 3.3. Native API Compatibility</a>.</td>
646 </tr>
647 <tr>
648 <td>CPU_ABI2</td>
649 <td>The name of the second instruction set (CPU type + ABI convention) of native
650code. See <a href="#3_3_native_api_compatibility">section 3.3. Native API Compatibility</a>.</td>
651 </tr>
652 <tr>
653 <td>DEVICE</td>
654 <td>A value chosen by the device implementer containing the development name or
655code name identifying the configuration of the hardware features and industrial
656design of the device. The value of this field MUST be encodable as 7-bit ASCII
657and match the regular expression &ldquo;^[a-zA-Z0-9_-]+$&rdquo;.</td>
658 </tr>
659 <tr>
660 <td>FINGERPRINT</td>
661 <td>A string that uniquely identifies this build. It SHOULD be reasonably
662human-readable. It MUST follow this template:</p>
663
664<p class="small">$(BRAND)/$(PRODUCT)/$(DEVICE):$(VERSION.RELEASE)/$(ID)/$(VERSION.INCREMENTAL):$(TYPE)/$(TAGS)</p>
665
666<p>For example: acme/myproduct/mydevice:ANDROID_VERSION/LMYXX/3359:userdebug/test-keys</p>
667
668<p>The fingerprint MUST NOT include whitespace characters. If other fields
669included in the template above have whitespace characters, they MUST be
670replaced in the build fingerprint with another character, such as the
671underscore ("_") character. The value of this field MUST be encodable as 7-bit
672ASCII.</td>
673 </tr>
674 <tr>
675 <td>HARDWARE</td>
676 <td>The name of the hardware (from the kernel command line or /proc). It SHOULD be
677reasonably human-readable. The value of this field MUST be encodable as 7-bit
678ASCII and match the regular expression &ldquo;^[a-zA-Z0-9_-]+$&rdquo;. </td>
679 </tr>
680 <tr>
681 <td>HOST</td>
682 <td>A string that uniquely identifies the host the build was built on, in
683human-readable format. There are no requirements on the specific format of this
684field, except that it MUST NOT be null or the empty string ("").</td>
685 </tr>
686 <tr>
687 <td>ID</td>
688 <td>An identifier chosen by the device implementer to refer to a specific release,
689in human-readable format. This field can be the same as
690android.os.Build.VERSION.INCREMENTAL, but SHOULD be a value sufficiently
691meaningful for end users to distinguish between software builds. The value of
692this field MUST be encodable as 7-bit ASCII and match the regular expression &ldquo;^[a-zA-Z0-9._-]+$&rdquo;.</td>
693 </tr>
694 <tr>
695 <td>MANUFACTURER</td>
696 <td>The trade name of the Original Equipment Manufacturer (OEM) of the product.
697There are no requirements on the specific format of this field, except that it
698MUST NOT be null or the empty string ("").</td>
699 </tr>
700 <tr>
701 <td>MODEL</td>
702 <td>A value chosen by the device implementer containing the name of the device as
703known to the end user. This SHOULD be the same name under which the device is
704marketed and sold to end users. There are no requirements on the specific
705format of this field, except that it MUST NOT be null or the empty string ("").</td>
706 </tr>
707 <tr>
708 <td>PRODUCT</td>
709 <td>A value chosen by the device implementer containing the development name or
710code name of the specific product (SKU) that MUST be unique within the same
711brand. MUST be human-readable, but is not necessarily intended for view by end
712users. The value of this field MUST be encodable as 7-bit ASCII and match the
713regular expression &ldquo;^[a-zA-Z0-9_-]+$&rdquo;.</td>
714 </tr>
715 <tr>
716 <td>SERIAL</td>
Owain Davies4f8796e2015-09-24 14:01:26 +0100717 <td>A hardware serial number, which MUST be available and unique across
718devices with the same MODEL and MANUFACTURER. The value of this field MUST
Unsuk Jung5bc81142015-07-16 22:27:20 -0700719be encodable as 7-bit ASCII and match the regular expression &ldquo;^([a-zA-Z0-9]{6,20})$&rdquo;.</td>
720 </tr>
721 <tr>
722 <td>TAGS</td>
723 <td>A comma-separated list of tags chosen by the device implementer that further
724distinguishes the build. This field MUST have one of the values corresponding
725to the three typical Android platform signing configurations: release-keys,
726dev-keys, test-keys. </td>
727 </tr>
728 <tr>
729 <td>TIME</td>
730 <td>A value representing the timestamp of when the build occurred.</td>
731 </tr>
732 <tr>
733 <td>TYPE</td>
734 <td>A value chosen by the device implementer specifying the runtime configuration
735of the build. This field MUST have one of the values corresponding to the three
736typical Android runtime configurations: user, userdebug, or eng.</td>
737 </tr>
738 <tr>
739 <td>USER</td>
740 <td>A name or user ID of the user (or automated user) that generated the build.
741There are no requirements on the specific format of this field, except that it
742MUST NOT be null or the empty string ("").</td>
743 </tr>
744</table>
745
746
747<h3 id="3_2_3_intent_compatibility">3.2.3. Intent Compatibility</h3>
748
749
750<p>Device implementations MUST honor Android&rsquo;s loose-coupling intent system, as
751described in the sections below. By&ldquo;honored &rdquo; it is meant that the device
752implementer MUST provide an Android Activity or Service that specifies a
753matching intent filter that binds to and implements correct behavior for each
754specified intent pattern.</p>
755
756<h4 id="3_2_3_1_core_application_intents">3.2.3.1. Core Application Intents</h4>
757
758
759<p>Android intents allow application components to request functionality from
760other Android components. The Android upstream project includes a list of
761applications considered core Android applications, which implements several
762intent patterns to perform common actions. The core Android applications are:</p>
763
764<ul>
765 <li>Desk Clock</li>
766 <li>Browser</li>
767 <li>Calendar</li>
768 <li>Contacts</li>
769 <li>Gallery</li>
770 <li>GlobalSearch</li>
771 <li>Launcher</li>
772 <li>Music</li>
773 <li>Settings</li>
774</ul>
775
776<p>Device implementations SHOULD include the core Android applications as
777appropriate but MUST include a component implementing the same intent patterns
778defined by all the &ldquo;public&rdquo; Activity or Service components of these core
779Android applications. Note that Activity or Service components are considered
780&ldquo;public&rdquo; when the attribute android:exported is absent or has the value true.</p>
781
782<h4 id="3_2_3_2_intent_overrides">3.2.3.2. Intent Overrides</h4>
783
784
785<p>As Android is an extensible platform, device implementations MUST allow each
786intent pattern referenced in <a href="#3_2_3_1_core_application_intents">section 3.2.3.1</a> to be overridden by third-party applications. The upstream Android open source
787implementation allows this by default; device implementers MUST NOT attach
788special privileges to system applications' use of these intent patterns, or
789prevent third-party applications from binding to and assuming control of these
790patterns. This prohibition specifically includes but is not limited to
791disabling the&ldquo;Chooser&rdquo; user interface that allows the user to select between
792multiple applications that all handle the same intent pattern.</p>
793
794<p>However, device implementations MAY provide default activities for specific URI
795patterns (eg. http://play.google.com) if the default activity provides a more
796specific filter for the data URI. For example, an intent filter specifying the
797data URI &ldquo;http://www.android.com&rdquo; is more specific than the browser filter for&ldquo;http://&rdquo;. Device implementations MUST provide a user interface for users to
798modify the default activity for intents.</p>
799
800<h4 id="3_2_3_3_intent_namespaces">3.2.3.3. Intent Namespaces</h4>
801
802
803<p>Device implementations MUST NOT include any Android component that honors any
804new intent or broadcast intent patterns using an ACTION, CATEGORY, or other key
805string in the android.* or com.android.* namespace. Device implementers MUST
806NOT include any Android components that honor any new intent or broadcast
807intent patterns using an ACTION, CATEGORY, or other key string in a package
808space belonging to another organization. Device implementers MUST NOT alter or
809extend any of the intent patterns used by the core apps listed in <a href="#3_2_3_1_core_application_intents">section 3.2.3.1</a>. Device implementations MAY include intent patterns using namespaces clearly
810and obviously associated with their own organization. This prohibition is
811analogous to that specified for Java language classes in <a href="#3_6_api_namespaces">section 3.6</a>.</p>
812
813<h4 id="3_2_3_4_broadcast_intents">3.2.3.4. Broadcast Intents</h4>
814
815
816<p>Third-party applications rely on the platform to broadcast certain intents to
817notify them of changes in the hardware or software environment.
818Android-compatible devices MUST broadcast the public broadcast intents in
819response to appropriate system events. Broadcast intents are described in the
820SDK documentation.</p>
821
822<h4 id="3_2_3_5_default_app_settings">3.2.3.5. Default App Settings</h4>
823
824
825<p>Android includes settings that provide users an easy way to select their
826default applications, for example for Home screen or SMS. Where it makes sense,
827device implementations MUST provide a similar settings menu and be compatible
828with the intent filter pattern and API methods described in the SDK
829documentation as below.</p>
830
831<p>Device implementations:</p>
832
833<ul>
834 <li>MUST honor the android.settings.HOME_SETTINGS intent to show a default app
835settings menu for Home Screen, if the device implementation reports
836android.software.home_screen [<a href="http://developer.android.com/reference/android/provider/Settings.html">Resources, 10]</a></li>
837 <li>MUST provide a settings menu that will call the
838android.provider.Telephony.ACTION_CHANGE_DEFAULT intent to show a dialog to
839change the default SMS application, if the device implementation reports
840android.hardware.telephony [<a href="http://developer.android.com/reference/android/provider/Telephony.Sms.Intents.html">Resources, 9</a>]</li>
841 <li>MUST honor the android.settings.NFC_PAYMENT_SETTINGS intent to show a default
842app settings menu for Tap and Pay, if the device implementation reports
843android.hardware.nfc.hce [<a href="http://developer.android.com/reference/android/provider/Settings.html">Resources, 10]</a></li>
844</ul>
845
846<h2 id="3_3_native_api_compatibility">3.3. Native API Compatibility</h2>
847
848
849<h3 id="3_3_1_application_binary_interfaces">3.3.1. Application Binary Interfaces</h3>
850
851
852<p>Managed Dalvik bytecode can call into native code provided in the application
853.apk file as an ELF .so file compiled for the appropriate device hardware
854architecture. As native code is highly dependent on the underlying processor
855technology, Android defines a number of Application Binary Interfaces (ABIs) in
856the Android NDK. Device implementations MUST be compatible with one or more
857defined ABIs, and MUST implement compatibility with the Android NDK, as below.</p>
858
859<p>If a device implementation includes support for an Android ABI, it:</p>
860
861<ul>
862 <li>MUST include support for code running in the managed environment to call into
863native code, using the standard Java Native Interface (JNI) semantics</li>
864 <li>MUST be source-compatible (i.e. header compatible) and binary-compatible (for
865the ABI) with each required library in the list below</li>
866 <li>MUST support the equivalent 32-bit ABI if any 64-bit ABI is supported</li>
867 <li>MUST accurately report the native Application Binary Interface (ABI) supported
868by the device, via the android.os.Build.SUPPORTED_ABIS,
869android.os.Build.SUPPORTED_32_BIT_ABIS, and
870android.os.Build.SUPPORTED_64_BIT_ABIS parameters, each a comma separated list
871of ABIs ordered from the most to the least preferred one</li>
Unsuk Jung06706432015-08-31 11:26:13 -0700872 <li>MUST report, via the above parameters, only those ABIs documented and
873described in the latest version of the Android NDK ABI Management documentation
874[<a href="https://developer.android.com/ndk/guides/abis.html">Resources, XX</a>],
875and MUST include support for the Advanced SIMD (a.k.a. NEON)
876[<a href="http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0388f/Beijfcja.html">Resources,XX</a>]
877extension
878 </li>
Unsuk Jung5bc81142015-07-16 22:27:20 -0700879 <li>SHOULD be built using the source code and header files available in the
880upstream Android Open Source Project</li>
881</ul>
882
883<p>The following native code APIs MUST be available to apps that include native
884code:</p>
885
886<ul>
887 <li>libc (C library)</li>
888 <li>libm (math library)</li>
889 <li>Minimal support for C++</li>
890 <li>JNI interface</li>
891 <li>liblog (Android logging)</li>
892 <li>libz (Zlib compression)</li>
893 <li>libdl (dynamic linker)</li>
894 <li>libGLESv1_CM.so (OpenGL ES 1.x)</li>
895 <li>libGLESv2.so (OpenGL ES 2.0)</li>
896 <li>libGLESv3.so (OpenGL ES 3.x)</li>
897 <li>libEGL.so (native OpenGL surface management)</li>
898 <li>libjnigraphics.so</li>
899 <li>libOpenSLES.so (OpenSL ES 1.0.1 audio support)</li>
900 <li>libOpenMAXAL.so (OpenMAX AL 1.0.1 support)</li>
901 <li>libandroid.so (native Android activity support)</li>
902 <li>libmediandk.so (native media APIs support)</li>
903 <li>Support for OpenGL, as described below</li>
904</ul>
905
906<p>Note that future releases of the Android NDK may introduce support for
907additional ABIs. If a device implementation is not compatible with an existing
908predefined ABI, it MUST NOT report support for any ABIs at all.</p>
909
910<p>Note that device implementations MUST include libGLESv3.so and it MUST symlink
911(symbolic link) to libGLESv2.so. in turn, MUST export all the OpenGL ES 3.1 and
912Android Extension Pack [<a href="http://developer.android.com/guide/topics/graphics/opengl.html#aep">Resources, 11</a>] function symbols as defined in the NDK release android-21. Although all the
913symbols must be present, only the corresponding functions for OpenGL ES
914versions and extensions actually supported by the device must be fully
915implemented.</p>
916
Unsuk Jung6f6ac762015-09-29 14:28:03 -0700917<p>Device implementations MUST NOT include a native library with the
918name libvulkan.so.</p>
919
Unsuk Jung5bc81142015-07-16 22:27:20 -0700920<p>Native code compatibility is challenging. For this reason, device implementers
Bert McMeen816a2422015-09-29 16:33:19 -0700921are <strong>STRONGLY RECOMMENDED</strong> to use the implementations of the libraries listed above from the upstream
Unsuk Jung5bc81142015-07-16 22:27:20 -0700922Android Open Source Project. </p>
923
924<h3 id="3_3_2_32-bit_arm_native_code_compatibility">
9253.3.2. 32-bit ARM Native Code Compatibility
926</h3>
927
928<p>The ARMv8 architecture deprecates several CPU operations, including some
929operations used in existing native code. On 64-bit ARM devices, the following
930deprecated operations MUST remain available to 32-bit native ARM code, either
931through native CPU support or through software emulation:</p>
932
933<ul>
934<li>SWP and SWPB instructions</li>
935<li>SETEND instruction</li>
936<li>CP15ISB, CP15DSB, and CP15DMB barrier operations</li>
937</ul>
938
939<p>Legacy versions of the Android NDK used /proc/cpuinfo to discover CPU features
940from 32-bit ARM native code. For compatibility with applications built using this
941NDK, devices MUST include the following lines in /proc/cpuinfo when it is read
942by 32-bit ARM applications:</p>
943
944<ul>
945<li>&quot;Features: &quot;, followed by a list of any optional ARMv7 CPU features
946supported by the device</li>
947<li>&quot;CPU architecture: &quot;, followed by an integer describing the device's
948highest supported ARM architecture (e.g., &quot;8&quot; for ARMv8 devices)</li>
949</ul>
950
951<p>These requirements only apply when /proc/cpuinfo is read by 32-bit ARM
952applications. Devices SHOULD not alter /proc/cpuinfo when read by 64-bit ARM or
953non-ARM applications.</p>
954
955<h2 id="3_4_web_compatibility">3.4. Web Compatibility</h2>
956
957
958<h3 id="3_4_1_webview_compatibility">3.4.1. WebView Compatibility</h3>
959
960<div class="note">
961<p>Android Watch devices MAY, but all other device implementations MUST provide
962a complete implementation of the android.webkit.Webview API.</p>
963</div>
964
965
966<p>The platform feature android.software.webview MUST be reported on any device
967that provides a complete implementation of the android.webkit.WebView API, and
968MUST NOT be reported on devices without a complete implementation of the API.
969The Android Open Source implementation uses code from the Chromium Project to
970implement the android.webkit.WebView [<a href="http://developer.android.com/reference/android/webkit/WebView.html">Resources, 12</a>]. Because it is not feasible to develop a comprehensive test suite for a web
971rendering system, device implementers MUST use the specific upstream build of
972Chromium in the WebView implementation. Specifically:</p>
973
974<ul>
975 <li>Device android.webkit.WebView implementations MUST be based on the Chromium
976build from the upstream Android Open Source Project for Android ANDROID_VERSION. This build
977includes a specific set of functionality and security fixes for the WebView [<a href="http://www.chromium.org/">Resources, 13</a>].</li>
978 <li>The user agent string reported by the WebView MUST be in this format:
Unsuk Jung34d4dcb2015-09-28 15:41:27 -0700979<p>Mozilla/5.0 (Linux; Android $(VERSION); $(MODEL) Build/$(BUILD); wv)
Unsuk Jung5bc81142015-07-16 22:27:20 -0700980AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 $(CHROMIUM_VER) Mobile
981Safari/537.36</p>
982 <ul>
983 <li>The value of the $(VERSION) string MUST be the same as the value for
984android.os.Build.VERSION.RELEASE.</li>
Unsuk Jung5bc81142015-07-16 22:27:20 -0700985 <li>The value of the $(MODEL) string MUST be the same as the value for
986android.os.Build.MODEL.</li>
987 <li>The value of the $(BUILD) string MUST be the same as the value for
988android.os.Build.ID.</li>
989 <li>The value of the $(CHROMIUM_VER) string MUST be the version of Chromium in the
990upstream Android Open Source Project.</li>
991 <li>Device implementations MAY omit Mobile in the user agent string.</li>
992 </ul></li></ul>
993
994<p>The WebView component SHOULD include support for as many HTML5 features as
995possible and if it supports the feature SHOULD conform to the HTML5
996specification [<a href="http://html.spec.whatwg.org/multipage/">Resources, 14</a>].</p>
997
998<h3 id="3_4_2_browser_compatibility">3.4.2. Browser Compatibility</h3>
999
1000<div class="note">
1001<p>Android Television, Watch, and Android Automotive implementations MAY omit a
1002browser application, but MUST support the public intent patterns as described in
1003<a href="#3_2_3_1_core_application_intents">section 3.2.3.1</a>. All other types
1004of device implementations MUST include a standalone Browser application for
1005general user web browsing.</p>
1006</div>
1007
1008<p>The standalone Browser MAY be based on a browser technology other than WebKit.
1009However, even if an alternate Browser application is used, the
1010android.webkit.WebView component provided to third-party applications MUST be
1011based on WebKit, as described in <a href="#3_4_1_webview_compatibility">section 3.4.1</a>.</p>
1012
1013<p>Implementations MAY ship a custom user agent string in the standalone Browser
1014application.</p>
1015
1016<p>The standalone Browser application (whether based on the upstream WebKit
1017Browser application or a third-party replacement) SHOULD include support for as
1018much of HTML5 [<a href="http://html.spec.whatwg.org/multipage/">Resources, 14</a>] as possible. Minimally, device implementations MUST support each of these
1019APIs associated with HTML5:</p>
1020
1021<ul>
1022 <li>application cache/offline operation [<a href="http://www.w3.org/html/wg/drafts/html/master/browsers.html#offline">Resources, 15</a>]</li>
1023 <li>the &#60;video&#62; tag [<a href="http://www.w3.org/html/wg/drafts/html/master/semantics.html#video">Resources, 16</a>]</li>
1024 <li>geolocation [<a href="http://www.w3.org/TR/geolocation-API/">Resources, 17</a>]</li>
1025</ul>
1026
1027<p>Additionally, device implementations MUST support the HTML5/W3C webstorage API
1028[<a href="http://www.w3.org/TR/webstorage/">Resources, 18</a>], and SHOULD support the HTML5/W3C IndexedDB API [<a href="http://www.w3.org/TR/IndexedDB/">Resources, 19</a>]. Note that as the web development standards bodies are transitioning to favor
1029IndexedDB over webstorage, IndexedDB is expected to become a required component
1030in a future version of Android.</p>
1031
1032<h2 id="3_5_api_behavioral_compatibility">3.5. API Behavioral Compatibility</h2>
1033
1034
1035<p>The behaviors of each of the API types (managed, soft, native, and web) must be
1036consistent with the preferred implementation of the upstream Android Open
1037Source Project [<a href="http://source.android.com/">Resources, 2</a>]. Some specific areas of compatibility are:</p>
1038
1039<ul>
1040 <li>Devices MUST NOT change the behavior or semantics of a standard intent.</li>
1041 <li>Devices MUST NOT alter the lifecycle or lifecycle semantics of a particular
1042type of system component (such as Service, Activity, ContentProvider, etc.).</li>
1043 <li>Devices MUST NOT change the semantics of a standard permission.</li>
1044</ul>
1045
1046<p>The above list is not comprehensive. The Compatibility Test Suite (CTS) tests
1047significant portions of the platform for behavioral compatibility, but not all.
1048It is the responsibility of the implementer to ensure behavioral compatibility
1049with the Android Open Source Project. For this reason, device implementers
1050SHOULD use the source code available via the Android Open Source Project where
1051possible, rather than re-implement significant parts of the system.</p>
1052
1053<h2 id="3_6_api_namespaces">3.6. API Namespaces</h2>
1054
1055
1056<p>Android follows the package and class namespace conventions defined by the Java
1057programming language. To ensure compatibility with third-party applications,
1058device implementers MUST NOT make any prohibited modifications (see below) to
1059these package namespaces:</p>
1060
1061<ul>
1062 <li>java.*</li>
1063 <li>javax.*</li>
1064 <li>sun.*</li>
1065 <li>android.*</li>
1066 <li>com.android.*</li>
1067</ul>
1068
1069<p><strong>Prohibited modifications include</strong>:</p>
1070
1071<ul>
1072 <li>Device implementations MUST NOT modify the publicly exposed APIs on the Android
1073platform by changing any method or class signatures, or by removing classes or
1074class fields.</li>
1075 <li>Device implementers MAY modify the underlying implementation of the APIs, but
1076such modifications MUST NOT impact the stated behavior and Java-language
1077signature of any publicly exposed APIs.</li>
1078 <li>Device implementers MUST NOT add any publicly exposed elements (such as classes
1079or interfaces, or fields or methods to existing classes or interfaces) to the
1080APIs above.</li>
1081</ul>
1082
1083<p>A &ldquo;publicly exposed element&rdquo; is any construct which is not decorated with the&ldquo;@hide&rdquo; marker as used in the upstream Android source code. In other words,
1084device implementers MUST NOT expose new APIs or alter existing APIs in the
1085namespaces noted above. Device implementers MAY make internal-only
1086modifications, but those modifications MUST NOT be advertised or otherwise
1087exposed to developers.</p>
1088
1089<p>Device implementers MAY add custom APIs, but any such APIs MUST NOT be in a
1090namespace owned by or referring to another organization. For instance, device
1091implementers MUST NOT add APIs to the com.google.* or similar namespace: only
1092Google may do so. Similarly, Google MUST NOT add APIs to other companies'
1093namespaces. Additionally, if a device implementation includes custom APIs
1094outside the standard Android namespace, those APIs MUST be packaged in an
1095Android shared library so that only apps that explicitly use them (via the
Unsuk Jung2e62f9a2015-07-16 23:01:44 -07001096lt;uses-librarygt; mechanism) are affected by the increased memory usage of such
Unsuk Jung5bc81142015-07-16 22:27:20 -07001097APIs.</p>
1098
1099<p>If a device implementer proposes to improve one of the package namespaces above
1100(such as by adding useful new functionality to an existing API, or adding a new
1101API), the implementer SHOULD visit <a href="http://source.android.com/">source.android.com</a> and begin the process for contributing changes and code, according to the
1102information on that site.</p>
1103
1104<p>Note that the restrictions above correspond to standard conventions for naming
1105APIs in the Java programming language; this section simply aims to reinforce
1106those conventions and make them binding through inclusion in this Compatibility
1107Definition.</p>
1108
1109<h2 id="3_7_runtime_compatibility">3.7. Runtime Compatibility</h2>
1110
1111
1112<p>Device implementations MUST support the full Dalvik Executable (DEX) format and
1113Dalvik bytecode specification and semantics [<a href="https://android.googlesource.com/platform/dalvik/+/lollipop-release/docs/">Resources, 20</a>]. Device implementers SHOULD use ART, the reference upstream implementation of
1114the Dalvik Executable Format, and the reference implementation&rsquo;s package
1115management system.</p>
1116
1117<p>Device implementations MUST configure Dalvik runtimes to allocate memory in
1118accordance with the upstream Android platform, and as specified by the
1119following table. (See <a href="#7_1_1_screen_configuration">section 7.1.1</a> for screen size and screen density definitions.)</p>
1120
1121<p>Note that memory values specified below are considered minimum values and
1122device implementations MAY allocate more memory per application.</p>
1123
1124<table>
1125 <tr>
1126 <th>Screen Layout</th>
1127 <th>Screen Density</th>
1128 <th>Minimum Application Memory</th>
1129 </tr>
1130 <tr>
1131 <td rowspan="10">small/normal</td>
1132 <td>120 dpi (ldpi)</td>
1133 <td rowspan="2">32MB</td>
1134 </tr>
1135 <tr>
1136 <td>160 dpi (mdpi)</td>
1137 </tr>
1138 <tr>
1139 <td>213 dpi (tvdpi)</td>
1140 <td rowspan="3">48MB</td>
1141 </tr>
1142 <tr>
1143 <td>240 dpi (hdpi)</td>
1144 </tr>
1145 <tr>
1146 <td>280 dpi (280dpi)</td>
1147 </tr>
1148 <tr>
1149 <td>320 dpi (xhdpi)</td>
1150 <td>80MB</td>
1151 </tr>
1152 <tr>
1153 <td>400 dpi (400dpi)</td>
1154 <td>96MB</td>
1155 </tr>
1156 <tr>
1157 <td>480 dpi (xxhdpi)</td>
1158 <td>128MB</td>
1159 </tr>
1160 <tr>
1161 <td>560 dpi (560dpi)</td>
1162 <td>192MB</td>
1163 </tr>
1164 <tr>
1165 <td>640 dpi (xxxhdpi)</td>
1166 <td>256MB</td>
1167 </tr>
1168 <tr>
1169 <td rowspan="10">large</td>
1170 <td>120 dpi (ldpi)</td>
1171 <td>32MB</td>
1172 </tr>
1173 <tr>
1174 <td>160 dpi (mdpi)</td>
1175 <td>48MB</td>
1176 </tr>
1177 <tr>
1178 <td>213 dpi (tvdpi)</td>
1179 <td rowspan="2">80MB</td>
1180 </tr>
1181 <tr>
1182 <td>240 dpi (hdpi)</td>
1183 </tr>
1184 <tr>
1185 <td>280 dpi (280dpi)</td>
1186 <td>96MB</td>
1187 </tr>
1188 <tr>
1189 <td>320 dpi (xhdpi)</td>
1190 <td>128MB</td>
1191 </tr>
1192 <tr>
1193 <td>400 dpi (400dpi)</td>
1194 <td>192MB</td>
1195 </tr>
1196 <tr>
1197 <td>480 dpi (xxhdpi)</td>
1198 <td>256MB</td>
1199 </tr>
1200 <tr>
1201 <td>560 dpi (560dpi)</td>
1202 <td>384MB</td>
1203 </tr>
1204 <tr>
1205 <td>640 dpi (xxxhdpi)</td>
1206 <td>512MB</td>
1207 </tr>
1208 <tr>
1209 <td rowspan="10">xlarge</td>
1210 <td>120 dpi (ldpi)</td>
1211 <td>48MB</td>
1212 </tr>
1213 <tr>
1214 <td>160 dpi (mdpi)</td>
1215 <td>80MB</td>
1216 </tr>
1217 <tr>
1218 <td>213 dpi (tvdpi)</td>
1219 <td rowspan="2">96MB</td>
1220 </tr>
1221 <tr>
1222 <td>240 dpi (hdpi)</td>
1223 </tr>
1224 <tr>
1225 <td>280 dpi (280dpi)</td>
1226 <td>144MB</td>
1227 </tr>
1228 <tr>
1229 <td>320 dpi (xhdpi)</td>
1230 <td>192MB</td>
1231 </tr>
1232 <tr>
1233 <td>400 dpi (400dpi)</td>
1234 <td>288MB</td>
1235 </tr>
1236 <tr>
1237 <td>480 dpi (xxhdpi)</td>
1238 <td>384MB</td>
1239 </tr>
1240 <tr>
1241 <td>560 dpi (560dpi)</td>
1242 <td>576MB</td>
1243 </tr>
1244 <tr>
1245 <td>640 dpi (xxxhdpi)</td>
1246 <td>768MB</td>
1247 </tr>
1248</table>
1249
1250
1251<h2 id="3_8_user_interface_compatibility">3.8. User Interface Compatibility</h2>
1252
1253
1254<h3 id="3_8_1_launcher_home_screen">3.8.1. Launcher (Home Screen)</h3>
1255
1256
1257<p>Android includes a launcher application (home screen) and support for
1258third-party applications to replace the device launcher (home screen). Device
1259implementations that allow third-party applications to replace the device home
1260screen MUST declare the platform feature android.software.home_screen.</p>
1261
1262<h3 id="3_8_2_widgets">3.8.2. Widgets</h3>
1263
1264<div class="note">
1265<p>Widgets are optional for all Android device implementations, but SHOULD be
1266supported on Android Handheld devices.</p>
1267</div>
1268
1269
1270<p>Android defines a component type and corresponding API and lifecycle that
1271allows applications to expose an &ldquo;AppWidget&rdquo; to the end user [<a href="http://developer.android.com/guide/practices/ui_guidelines/widget_design.html">Resources, 21</a>] a feature that is strongly RECOMMENDED to be supported on Handheld Device
1272implementations. Device implementations that support embedding widgets on the
1273home screen MUST meet the following requirements and declare support for
1274platform feature android.software.app_widgets.</p>
1275
1276<ul>
1277 <li>Device launchers MUST include built-in support for AppWidgets, and expose user
1278interface affordances to add, configure, view, and remove AppWidgets directly
1279within the Launcher.</li>
1280 <li>Device implementations MUST be capable of rendering widgets that are 4 x 4 in
1281the standard grid size. See the App Widget Design Guidelines in the Android SDK
1282documentation [<a href="http://developer.android.com/guide/practices/ui_guidelines/widget_design.html">Resources, 21</a>] for details.</li>
1283 <li>Device implementations that include support for lock screen MAY support
1284application widgets on the lock screen.</li>
1285</ul>
1286
1287<h3 id="3_8_3_notifications">3.8.3. Notifications</h3>
1288
1289
1290<p>Android includes APIs that allow developers to notify users of notable events [<a href="http://developer.android.com/guide/topics/ui/notifiers/notifications.html">Resources, 22</a>], using hardware and software features of the device.</p>
1291
1292<p>Some APIs allow applications to perform notifications or attract attention
1293using hardware&#8212;specifically sound, vibration, and light. Device implementations
1294MUST support notifications that use hardware features, as described in the SDK
1295documentation, and to the extent possible with the device implementation
1296hardware. For instance, if a device implementation includes a vibrator, it MUST
1297correctly implement the vibration APIs. If a device implementation lacks
1298hardware, the corresponding APIs MUST be implemented as no-ops. This behavior
1299is further detailed in <a href="#7_hardware_compatibility">section 7</a>.</p>
1300
1301<p>Additionally, the implementation MUST correctly render all resources (icons, animation files
1302etc.) provided for in the APIs
1303[<a href="https://developer.android.com/guide/topics/resources/available-resources.html">Resources, 23</a>],
1304or in the Status/System Bar icon style guide
1305[<a href="http://developer.android.com/design/style/iconography.html">Resources, 24</a>],
1306which in the case of an Android Television device includes the possibility to not display the
1307notifications. Device implementers MAY provide an alternative user experience for
1308notifications than that provided by the reference Android Open Source
1309implementation; however, such alternative notification systems MUST support
1310existing notification resources, as above. </p>
1311
1312<p>Android includes support for various notifications, such as:</p>
1313
1314<ul>
1315 <li><strong>Rich notifications</strong>. Interactive Views for ongoing notifications.</li>
1316 <li><strong>Heads-up notifications</strong>. Interactive Views users can act on or dismiss without leaving the current app.</li>
1317 <li><strong>Lockscreen notifications</strong>. Notifications shown over a lock screen with granular control on visibility.</li>
1318</ul>
1319
1320<p>Android device implementations, when such notifications are made visible, MUST properly execute
1321Rich and Heads-up notifications and include the title/name, icon, text as documented in the Android
1322APIs <a href="https://developer.android.com/design/patterns/notifications.html">[Resources, 25]</a>.
1323</p>
1324
1325<p>Android includes Notification Listener Service APIs that allow apps (once
1326explicitly enabled by the user) to receive a copy of all notifications as they
1327are posted or updated. Device implementations MUST correctly and promptly send
1328notifications in their entirety to all such installed and user-enabled listener
1329services, including any and all metadata attached to the Notification object.</p>
1330
1331<h3 id="3_8_4_search">3.8.4. Search</h3>
1332
1333
1334<p>Android includes APIs [<a href="http://developer.android.com/reference/android/app/SearchManager.html">Resources, 26</a>] that allow developers to incorporate search into their applications, and
1335expose their application&rsquo;s data into the global system search. Generally
1336speaking, this functionality consists of a single, system-wide user interface
1337that allows users to enter queries, displays suggestions as users type, and
1338displays results. The Android APIs allow developers to reuse this interface to
1339provide search within their own apps, and allow developers to supply results to
1340the common global search user interface.</p>
1341
1342<p>Android device implementations SHOULD include global search, a single, shared,
1343system-wide search user interface capable of real-time suggestions in response
1344to user input. Device implementations SHOULD implement the APIs that allow
1345developers to reuse this user interface to provide search within their own
1346applications. Device implementations that implement the global search interface
1347MUST implement the APIs that allow third-party applications to add suggestions
1348to the search box when it is run in global search mode. If no third-party
1349applications are installed that make use of this functionality, the default
1350behavior SHOULD be to display web search engine results and suggestions.</p>
1351
1352<h3 id="3_8_5_toasts">3.8.5. Toasts</h3>
1353
1354
1355<p>Applications can use the &ldquo;Toast&rdquo; API to display short non-modal strings to the
1356end user, that disappear after a brief period of time [<a href="http://developer.android.com/reference/android/widget/Toast.html">Resources, 27</a>]. Device implementations MUST display Toasts from applications to end users in
1357some high-visibility manner.</p>
1358
1359<h3 id="3_8_6_themes">3.8.6. Themes</h3>
1360
1361
1362<p>Android provides &ldquo;themes&rdquo; as a mechanism for applications to apply styles
1363across an entire Activity or application.</p>
1364
1365<p>Android includes a &ldquo;Holo&rdquo; theme family as a set of defined styles for
1366application developers to use if they want to match the Holo theme look and
1367feel as defined by the Android SDK [<a href="http://developer.android.com/guide/topics/ui/themes.html">Resources, 28</a>]. Device implementations MUST NOT alter any of the Holo theme attributes
1368exposed to applications [<a href="http://developer.android.com/reference/android/R.style.html">Resources, 29</a>].</p>
1369
1370<p>Android includes a &ldquo;Material&rdquo; theme family as a set of defined styles for
1371application developers to use if they want to match the design theme&rsquo;s look and
1372feel across the wide variety of different Android device types. Device
1373implementations MUST support the &ldquo;Material&rdquo; theme family and MUST NOT alter any
1374of the Material theme attributes or their assets exposed to applications [<a href="http://developer.android.com/reference/android/R.style.html#Theme_Material">Resources, 30</a>].</p>
1375
1376<p>Android also includes a &ldquo;Device Default&rdquo; theme family as a set of defined
1377styles for application developers to use if they want to match the look and
1378feel of the device theme as defined by the device implementer. Device
1379implementations MAY modify the Device Default theme attributes exposed to
1380applications [<a href="http://developer.android.com/reference/android/R.style.html">Resources, 29</a>].</p>
1381
Danielle Robertsbe0f08c2015-09-29 14:09:34 -07001382<p>Android supports a variant theme with translucent system bars, which allows
Unsuk Jung5bc81142015-07-16 22:27:20 -07001383application developers to fill the area behind the status and navigation bar
1384with their app content. To enable a consistent developer experience in this
1385configuration, it is important the status bar icon style is maintained across
1386different device implementations. Therefore, Android device implementations
1387MUST use white for system status icons (such as signal strength and battery
1388level) and notifications issued by the system, unless the icon is indicating a
Danielle Robertsbe0f08c2015-09-29 14:09:34 -07001389problematic status or an app requests a light status bar using the
1390SYSTEM_UI_FLAG_LIGHT_STATUS_BAR flag. When an app requests a light status bar,
1391Android device implementations MUST change the color of the system status icons
1392to black [<a href="http://developer.android.com/reference/android/R.style.html">Resources, 29</a>].</p>
Unsuk Jung5bc81142015-07-16 22:27:20 -07001393
1394<h3 id="3_8_7_live_wallpapers">3.8.7. Live Wallpapers</h3>
1395
1396
1397<p>Android defines a component type and corresponding API and lifecycle that
1398allows applications to expose one or more &ldquo;Live Wallpapers&rdquo; to the end user [<a href="http://developer.android.com/reference/android/service/wallpaper/WallpaperService.html">Resources, 31</a>]. Live wallpapers are animations, patterns, or similar images with limited
1399input capabilities that display as a wallpaper, behind other applications.</p>
1400
1401<p>Hardware is considered capable of reliably running live wallpapers if it can
1402run all live wallpapers, with no limitations on functionality, at a reasonable
1403frame rate with no adverse effects on other applications. If limitations in the
1404hardware cause wallpapers and/or applications to crash, malfunction, consume
1405excessive CPU or battery power, or run at unacceptably low frame rates, the
1406hardware is considered incapable of running live wallpaper. As an example, some
1407live wallpapers may use an OpenGL 2.0 or 3.x context to render their content.
1408Live wallpaper will not run reliably on hardware that does not support multiple
1409OpenGL contexts because the live wallpaper use of an OpenGL context may
1410conflict with other applications that also use an OpenGL context.</p>
1411
1412<p>Device implementations capable of running live wallpapers reliably as described
1413above SHOULD implement live wallpapers, and when implemented MUST report the
1414platform feature flag android.software.live_wallpaper.</p>
1415
1416<h3 id="3_8_8_activity_switching">3.8.8. Activity Switching</h3>
1417
1418<div class="note">
1419<p>As the Recent function navigation key is OPTIONAL, the requirements to
1420implement the overview screen is OPTIONAL for Android Television devices and
1421Android Watch devices.</p>
1422</div>
1423
1424
1425<p>The upstream Android source code includes the overview screen [<a href="http://developer.android.com/guide/components/recents.html">Resources, 32</a>], a system-level user interface for task switching and displaying recently
1426accessed activities and tasks using a thumbnail image of the application&rsquo;s
1427graphical state at the moment the user last left the application. Device
1428implementations including the recents function navigation key as detailed in <a href="#7_2_3_navigation_keys">section 7.2.3</a>, MAY alter the interface but MUST meet the following requirements:</p>
1429
1430<ul>
1431 <li>MUST display affiliated recents as a group that moves together.</li>
1432 <li>MUST support at least up to 20 displayed activities.</li>
1433 <li>MUST at least display the title of 4 activities at a time.</li>
1434 <li>SHOULD display highlight color, icon, screen title in recents.</li>
1435 <li>MUST implement the screen pinning behavior [<a href="http://developer.android.com/about/versions/android-5.0.html#ScreenPinning">Resources, 33</a>] and provide the user with a settings menu to toggle the feature.</li>
1436 <li>SHOULD display a closing affordance ("x") but MAY delay this until user
1437interacts with screens.</li>
1438</ul>
1439
Bert McMeen816a2422015-09-29 16:33:19 -07001440<p>Device implementations are STRONGLY RECOMMENDED to use the upstream Android user
Unsuk Jung5bc81142015-07-16 22:27:20 -07001441interface (or a similar thumbnail-based interface) for the overview screen.</p>
1442
1443<h3 id="3_8_9_input_management">3.8.9. Input Management</h3>
1444
1445
1446<p>Android includes support for Input Management and support for third-party input
1447method editors [<a href="http://developer.android.com/guide/topics/text/creating-input-method.html">Resources, 34</a>]. Device implementations that allow users to use third-party input methods on
1448the device MUST declare the platform feature android.software.input_methods and
1449support IME APIs as defined in the Android SDK documentation.</p>
1450
1451<p>Device implementations that declare the android.software.input_methods feature
1452MUST provide a user-accessible mechanism to add and configure third-party input
1453methods. Device implementations MUST display the settings interface in response
1454to the android.settings.INPUT_METHOD_SETTINGS intent.</p>
1455
1456<h3 id="3_8_10_lock_screen_media_control">3.8.10. Lock Screen Media Control</h3>
1457
1458
1459<p>The Remote Control Client API is deprecated from Android 5.0 in favor of the
1460Media Notification Template that allows media applications to integrate with
1461playback controls that are displayed on the lock screen [<a href="http://developer.android.com/reference/android/app/Notification.MediaStyle.html">Resources, 35</a>].
1462Device implementations that support a lock screen, unless an Android Automotive or Watch
1463implementation, MUST display the Lockscreen Notifications including the Media Notification
1464Template.</p>
1465
1466<h3 id="3_8_11_dreams">3.8.11. Dreams</h3>
1467
1468
1469<p>Android includes support for interactive screensavers called Dreams [<a href="http://developer.android.com/reference/android/service/dreams/DreamService.html">Resources, 36</a>]. Dreams allows users to interact with applications when a device connected to
1470a power source is idle or docked in a desk dock. Android Watch devices MAY
1471implement Dreams, but other types of device implementations SHOULD include
1472support for Dreams and provide a settings option for users to configure Dreams
1473in response to the android.settings.DREAM_SETTINGS intent.</p>
1474
1475<h3 id="3_8_12_location">3.8.12. Location</h3>
1476
1477
1478<p>When a device has a hardware sensor (e.g. GPS) that is capable of providing the
1479location coordinates, location modes MUST be displayed in the Location menu
1480within Settings [<a href="http://developer.android.com/reference/android/provider/Settings.Secure.html#LOCATION_MODE">Resources, 37</a>].</p>
1481
1482<h3 id="3_8_13_unicode_and_font">3.8.13. Unicode and Font</h3>
1483
1484
1485<p>Android includes support for color emoji characters. When Android device
1486implementations include an IME, devices SHOULD provide an input method to the
1487user for the Emoji characters defined in Unicode 6.1 [<a href="http://www.unicode.org/versions/Unicode6.1.0/">Resources, 38</a>]. All devices MUST be capable of rendering these emoji characters in color glyph.</p>
1488
1489<p>Android includes support for Roboto 2 font with different
1490weights&mdash;sans-serif-thin, sans-serif-light, sans-serif-medium, sans-serif-black,
1491sans-serif-condensed, sans-serif-condensed-light&mdash;which MUST all be included for
1492the languages available on the device and full Unicode 7.0 coverage of Latin,
1493Greek, and Cyrillic, including the Latin Extended A, B, C, and D ranges, and
1494all glyphs in the currency symbols block of Unicode 7.0.</p>
1495
1496<h2 id="3_9_device_administration">3.9. Device Administration</h2>
1497
Unsuk Jung5bc81142015-07-16 22:27:20 -07001498<p>Android includes features that allow security-aware applications to perform
1499device administration functions at the system level, such as enforcing password
1500policies or performing remote wipe, through the Android Device Administration
1501API [<a href="http://developer.android.com/guide/topics/admin/device-admin.html">Resources, 39</a>].
1502Device implementations MUST provide an implementation of the DevicePolicyManager class
1503[<a href="http://developer.android.com/reference/android/app/admin/DevicePolicyManager.html">Resources, 40</a>].
1504Device implementations that include support for PIN (numeric) or PASSWORD
1505(alphanumeric) based lock screens MUST support the full range of device
1506administration policies defined in the Android SDK documentation
1507[<a href="http://developer.android.com/guide/topics/admin/device-admin.html">Resources, 39</a>]
1508and report the platform feature android.software.device_admin.</p>
1509
Andy Dyer-smith3d24bbe2015-09-11 15:35:23 +01001510<h3 id="3_9_1_device_provisioning">3.9.1 Device Provisioning</h3>
1511<h4 id="3_9_1_1_device_owner_provisioning">3.9.1.1 Device owner provisioning</h4>
1512<p>If a device implementation declares the android.software.device_admin feature,
1513the out of box setup flow MUST make it possible to enroll a Device Policy
1514Controller (DPC) application as the Device Owner app
1515[<a href="http://developer.android.com/reference/android/app/admin/DevicePolicyManager.html#isDeviceOwnerApp(java.lang.String)">
1516Resources, XX</a>]. Device implementations MAY have a preinstalled application
1517performing device administration functions but this application MUST NOT be set
1518as the Device Owner app without explicit consent or action from the user or the
1519administrator of the device.</p>
1520
1521<p>The device owner provisioning process (the flow initiated by
1522android.app.action.PROVISION_MANAGED_DEVICE
1523[<a href="http://developer.android.com/reference/android/app/admin/DevicePolicyManager.html#ACTION_PROVISION_MANAGED_DEVICE">
1524Resources, XX</a>]) user experience MUST align with the AOSP implementation</p>
1525
1526<p>If the device implementation reports android.hardware.nfc, it MUST have NFC
1527enabled, even during the out-of-box setup flow, in order to allow for NFC
1528provisioning of Device owners
1529<a href="https://source.android.com/devices/tech/admin/provision.html#device_owner_provisioning_via_nfc">[Resources, XX]</a>.
1530</p>
1531
1532<h4 id="3_9_1_2_managed_profile_provisioning">3.9.1.2 Managed profile provisioning</h4>
1533<p>If a device implementation declares the android.software.managed_users,
1534it MUST be possible to enroll a Device Policy Controller (DPC) application
1535as the owner of a new Managed Profile
1536[<a href="http://developer.android.com/reference/android/app/admin/DevicePolicyManager.html#isProfileOwnerApp(java.lang.String)">
1537Resources, XX</a>]</p>
1538
1539<p>The managed profile provisioning process (the flow initiated by
1540android.app.action.PROVISION_MANAGED_PROFILE
1541[<a href="http://developer.android.com/reference/android/app/admin/DevicePolicyManager.html#ACTION_PROVISION_MANAGED_PROFILE">
1542Resources, XX</a>]) user experience MUST align with the AOSP implementation
1543</p>
Unsuk Jung5bc81142015-07-16 22:27:20 -07001544
1545<h2 id="3_10_accessibility">3.10. Accessibility</h2>
1546
1547
1548<p>Android provides an accessibility layer that helps users with disabilities to
1549navigate their devices more easily. In addition, Android provides platform APIs
1550that enable accessibility service implementations to receive callbacks for user
1551and system events and generate alternate feedback mechanisms, such as
1552text-to-speech, haptic feedback, and trackball/d-pad navigation [<a href="http://developer.android.com/reference/android/accessibilityservice/AccessibilityService.html">Resources, 42</a>].</p>
1553
1554<p>Device implementations include the following requirements:</p>
1555
1556<ul>
1557<li>Android Automotive implementations SHOULD provide an implementation of the
1558Android accessibility framework consistent with the default Android
1559implementation.</li>
1560<li>Device implementations (Android Automotive excluded) MUST provide an
1561implementation of the Android accessibility framework consistent with the
1562default Android implementation.</li>
1563<li>Device implementations (Android Automotive excluded) MUST support
1564third-party accessibility service implementations through the
1565android.accessibilityservice APIs
1566[<a href="http://developer.android.com/reference/android/view/accessibility/package-summary.html">Resources, 43</a>]</li>
1567<li>Device implementations (Android Automotive excluded) MUST generate
1568AccessibilityEvents and deliver these events to all registered
1569AccessibilityService implementations in a manner consistent with the default
1570Android implementation</li>
1571<li> Device implementations (Android Automotive and Android Watch devices with
1572no audio output excluded), MUST provide a user-accessible mechanism to enable
1573and disable accessibility services, and MUST display this interface in response
1574to the android.provider.Settings.ACTION_ACCESSIBILITY_SETTINGS intent.</li>
1575</ul>
1576
1577<p>Additionally, device implementations SHOULD provide an implementation of an
1578accessibility service on the device, and SHOULD provide a mechanism for users
1579to enable the accessibility service during device setup. An open source
1580implementation of an accessibility service is available from the Eyes Free
1581project [<a href="http://code.google.com/p/eyes-free/">Resources, 44</a>].</p>
1582
1583<h2 id="3_11_text-to-speech">3.11. Text-to-Speech</h2>
1584
1585
1586<p>Android includes APIs that allow applications to make use of text-to-speech
1587(TTS) services and allows service providers to provide implementations of TTS
1588services [<a href="http://developer.android.com/reference/android/speech/tts/package-summary.html">Resources, 45</a>]. Device implementations reporting the feature android.hardware.audio.output
1589MUST meet these requirements related to the Android TTS framework. </p>
1590
1591<p>Android Automotive implementations:</p>
1592<ul>
1593<li>MUST support the Android TTS framework APIs.</li>
1594<li>MAY support installation of third-party TTS engines. If supported, partners
1595MUST provide a user-accessible interface that allows the user to select a TTS
1596engine for use at system level.</li>
1597</ul>
1598
1599<p>All other device implementations:</p>
1600
1601<ul>
1602 <li> MUST support the Android TTS framework APIs and SHOULD include a TTS engine
1603supporting the languages available on the device. Note that the upstream
1604Android open source software includes a full-featured TTS engine
1605implementation.
1606 <li> MUST support installation of third-party TTS engines
1607 <li> MUST provide a user-accessible interface that allows users to select a TTS
1608engine for use at the system level
1609</ul>
1610
1611<h2 id="3_12_tv_input_framework">3.12. TV Input Framework</h2>
1612
1613
1614<p>The Android Television Input Framework (TIF) simplifies the delivery of live
1615content to Android Television devices. TIF provides a standard API to create
1616input modules that control Android Television devices. Android Television
1617device implementations MUST support Television Input Framework [<a href="http://source.android.com/devices/tv/index.html">Resources, 46</a>].</p>
1618
1619<p>Device implementations that support TIF MUST declare the platform feature
1620android.software.live_tv.</p>
1621
1622<h1 id="4_application_packaging_compatibility">4. Application Packaging Compatibility</h1>
1623
1624
1625<p>Device implementations MUST install and run Android &ldquo;.apk&rdquo; files as generated
1626by the &ldquo;aapt&rdquo; tool included in the official Android SDK [<a href="http://developer.android.com/tools/help/index.html">Resources, 47</a>].</p>
1627
1628<p>Devices implementations MUST NOT extend either the .apk [<a href="http://developer.android.com/guide/components/fundamentals.html">Resources, 48</a>], Android Manifest [<a href="http://developer.android.com/guide/topics/manifest/manifest-intro.html">Resources, 49</a>], Dalvik bytecode [<a href="https://android.googlesource.com/platform/dalvik/+/lollipop-release/docs/">Resources, 20</a>], or RenderScript bytecode formats in such a way that would prevent those
1629files from installing and running correctly on other compatible devices.</p>
1630
1631<h1 id="5_multimedia_compatibility">5. Multimedia Compatibility</h1>
1632
1633
1634<h2 id="5_1_media_codecs">5.1. Media Codecs</h2>
1635
1636
1637<p>Device implementations MUST support the core media formats specified in the
1638Android SDK documentation [<a href="http://developer.android.com/guide/appendix/media-formats.html">Resources, 50</a>] except where explicitly permitted in this document. Specifically, device
1639implementations MUST support the media formats, encoders, decoders, file types,
1640and container formats defined in the tables below and reported via MediaCodecList
1641[<a href="http://developer.android.com/reference/android/media/MediaCodecList.html">Resources,112</a>].
1642Device implementations MUST also be able to decode all profiles reported in its CamcorderProfile
1643[<a href="http://developer.android.com/reference/android/media/CamcorderProfile.html">Resources,
1644113</a>].
1645
1646All of these codecs are
1647provided as software implementations in the preferred Android implementation
1648from the Android Open Source Project.</p>
1649
1650<p>Please note that neither Google nor the Open Handset Alliance make any
1651representation that these codecs are free from third-party patents. Those
1652intending to use this source code in hardware or software products are advised
1653that implementations of this code, including in open source software or
1654shareware, may require patent licenses from the relevant patent holders.</p>
1655
1656<h3 id="5_1_1_audio_codecs">5.1.1. Audio Codecs</h3>
1657
1658<table>
1659 <tr>
1660 <th>Format/Codec</th>
1661 <th>Encoder</th>
1662 <th>Decoder</th>
1663 <th>Details</th>
1664 <th>Supported File Types/Container Formats</th>
1665 </tr>
1666 <tr>
1667 <td>MPEG-4 AAC Profile</p>
1668
1669<p>(AAC LC)</td>
1670 <td>REQUIRED<sup>1</sup></td>
1671 <td>REQUIRED</td>
Unsuk Jung2e62f9a2015-07-16 23:01:44 -07001672 <td>Support for mono/stereo/5.0/5.1<sup>2</sup> content with standard sampling rates from 8 to
Unsuk Jung5bc81142015-07-16 22:27:20 -0700167348 kHz.</td>
1674 <td>
1675 <ul>
1676 <li class="table_list">3GPP (.3gp)</li>
1677 <li class="table_list">MPEG-4 (.mp4, .m4a)</li>
1678 <li class="table_list">ADTS raw AAC (.aac, decode in Android 3.1+, encode in Android 4.0+, ADIF not
1679supported)</li>
1680 <li class="table_list">MPEG-TS (.ts, not seekable, Android 3.0+)</li></ul></td>
1681 </tr>
1682 <tr>
1683 <td>MPEG-4 HE AAC Profile (AAC+)</td>
1684 <td>REQUIRED<sup>1</sup><br>(Android 4.1+)</td>
1685 <td>REQUIRED</td>
Unsuk Jung2e62f9a2015-07-16 23:01:44 -07001686 <td>Support for mono/stereo/5.0/5.1<sup>2</sup> content with standard sampling rates from 16
Unsuk Jung5bc81142015-07-16 22:27:20 -07001687to 48 kHz.</td>
1688 <td></td>
1689 </tr>
1690 <tr>
1691 <td>MPEG-4 HE AACv2</p>
1692
1693<p>Profile (enhanced AAC+)</td>
1694 <td> </td>
1695 <td>REQUIRED</td>
Unsuk Jung2e62f9a2015-07-16 23:01:44 -07001696 <td>Support for mono/stereo/5.0/5.1<sup>2</sup> content with standard sampling rates from 16
Unsuk Jung5bc81142015-07-16 22:27:20 -07001697to 48 kHz.</td>
1698 <td></td>
1699 </tr>
1700 <tr>
1701 <td>AAC ELD (enhanced low delay AAC)</td>
1702 <td>REQUIRED<sup>1</sup> </p>
1703
1704<p>(Android 4.1+)</td>
1705 <td>REQUIRED</p>
1706
1707<p>(Android 4.1+)</td>
1708 <td>Support for mono/stereo content with standard sampling rates from 16 to 48 kHz.</td>
1709 <td></td>
1710 </tr>
1711 <tr>
1712 <td>AMR-NB</td>
1713 <td>REQUIRED<sup>3</sup></td>
1714 <td>REQUIRED<sup>3</sup></td>
Glenn Kasten20cdbb72015-09-24 11:56:42 -07001715 <td>4.75 to 12.2 kbps sampled @ 8 kHz</td>
Unsuk Jung5bc81142015-07-16 22:27:20 -07001716 <td>3GPP (.3gp)</td>
1717 </tr>
1718 <tr>
1719 <td>AMR-WB</td>
1720 <td>REQUIRED<sup>3</sup></td>
1721 <td>REQUIRED<sup>3</sup></td>
Glenn Kasten20cdbb72015-09-24 11:56:42 -07001722 <td>9 rates from 6.60 kbit/s to 23.85 kbit/s sampled @ 16 kHz</td>
Unsuk Jung5bc81142015-07-16 22:27:20 -07001723 <td></td>
1724 </tr>
1725 <tr>
1726 <td>FLAC</td>
1727 <td></td>
1728 <td>REQUIRED <br>(Android 3.1+)</td>
1729 <td>Mono/Stereo (no multichannel). Sample rates up to 48 kHz (but up to 44.1 kHz is
Bert McMeen816a2422015-09-29 16:33:19 -07001730RECOMMENDED on devices with 44.1 kHz output, as the 48 to 44.1 kHz downsampler
1731does not include a low-pass filter). 16-bit RECOMMENDED; no dither applied for
Unsuk Jung5bc81142015-07-16 22:27:20 -0700173224-bit.</td>
1733 <td>FLAC (.flac) only</td>
1734 </tr>
1735 <tr>
1736 <td>MP3</td>
1737 <td></td>
1738 <td>REQUIRED</td>
1739 <td>Mono/Stereo 8-320Kbps constant (CBR) or variable bitrate (VBR)</td>
1740 <td>MP3 (.mp3)</td>
1741 </tr>
1742 <tr>
1743 <td>MIDI</td>
1744 <td></td>
1745 <td>REQUIRED</td>
1746 <td>MIDI Type 0 and 1. DLS Version 1 and 2. XMF and Mobile XMF. Support for
1747ringtone formats RTTTL/RTX, OTA, and iMelody</td>
1748 <td><ul>
1749 <li class="table_list">Type 0 and 1 (.mid, .xmf, .mxmf)</li>
1750 <li class="table_list">RTTTL/RTX (.rtttl, .rtx)</li>
1751 <li class="table_list">OTA (.ota)</li>
1752 <li class="table_list">iMelody (.imy)</li></ul></td>
1753 </tr>
1754 <tr>
1755 <td>Vorbis</td>
1756 <td></td>
1757 <td>REQUIRED</td>
1758 <td></td>
1759 <td><ul>
1760 <li class="table_list">Ogg (.ogg)</li>
1761 <li class="table_list">Matroska (.mkv, Android 4.0+)</li></ul></td>
1762 </tr>
1763 <tr>
1764 <td>PCM/WAVE</td>
1765 <td>REQUIRED<sup>4</sup><br> (Android 4.1+)</td>
1766 <td>REQUIRED</td>
1767 <td>16-bit linear PCM (rates up to limit of hardware). Devices MUST support
1768sampling rates for raw PCM recording at 8000, 11025, 16000, and 44100 Hz
1769frequencies.</td>
1770 <td>WAVE (.wav)</td>
1771 </tr>
1772 <tr>
1773 <td>Opus</td>
1774 <td></td>
1775 <td>REQUIRED<br> (Android 5.0+)</td>
1776 <td></td>
1777 <td>Matroska (.mkv)</td>
1778 </tr>
1779</table>
1780
1781
1782<p class="table_footnote"> 1 Required for device implementations that define android.hardware.microphone
1783but optional for Android Watch device implementations.</p>
1784
1785<p class="table_footnote">2 Only downmix of 5.0/5.1 content is required; recording or rendering more than
17862 channels is optional.</p>
1787
1788<p class="table_footnote">3 Required for Android Handheld device implementations. </p>
1789
1790<p class="table_footnote">4 Required for device implementations that define android.hardware.microphone,
1791including Android Watch device implementations.</p>
1792
1793<h3 id="5_1_2_image_codecs">5.1.2. Image Codecs</h3>
1794
1795<table>
1796 <tr>
1797 <th>Format/Codec</th>
1798 <th>Encoder</th>
1799 <th>Decoder</th>
1800 <th>Details</th>
1801 <th>Supported File Types/Container Formats</th>
1802 </tr>
1803 <tr>
1804 <td>JPEG</td>
1805 <td>REQUIRED</td>
1806 <td>REQUIRED</td>
1807 <td>Base+progressive</td>
1808 <td>JPEG (.jpg)</td>
1809 </tr>
1810 <tr>
1811 <td>GIF</td>
1812 <td></td>
1813 <td>REQUIRED</td>
1814 <td></td>
1815 <td>GIF (.gif)</td>
1816 </tr>
1817 <tr>
1818 <td>PNG</td>
1819 <td>REQUIRED</td>
1820 <td>REQUIRED</td>
1821 <td></td>
1822 <td>PNG (.png)</td>
1823 </tr>
1824 <tr>
1825 <td>BMP</td>
1826 <td></td>
1827 <td>REQUIRED</td>
1828 <td></td>
1829 <td>BMP (.bmp)</td>
1830 </tr>
1831 <tr>
1832 <td>WebP</td>
1833 <td>REQUIRED</td>
1834 <td>REQUIRED</td>
1835 <td></td>
1836 <td>WebP (.webp)</td>
1837 </tr>
1838</table>
1839
1840
1841<h3 id="5_1_3_video_codecs">5.1.3. Video Codecs</h3>
1842
Unsuk Jung5bc81142015-07-16 22:27:20 -07001843<table>
1844 <tr>
1845 <th>Format/Codec</th>
1846 <th>Encoder</th>
1847 <th>Decoder</th>
1848 <th>Details</th>
1849 <th>Supported File Types/<br>Container Formats</th>
1850 </tr>
1851 <tr>
1852 <td>H.263</td>
1853 <td>REQUIRED<sup>1</sup></td>
1854 <td>REQUIRED<sup>2</sup></td>
1855 <td></td>
1856 <td><ul>
1857 <li class="table_list">3GPP (.3gp)</li>
1858 <li class="table_list">MPEG-4 (.mp4)</li></ul></td>
1859 </tr>
1860 <tr>
1861 <td>H.264 AVC</td>
1862 <td>REQUIRED<sup>2</sup></td>
1863 <td>REQUIRED<sup>2</sup></td>
1864 <td>See <a href="#5_2_video_encoding">section 5.2 </a>and <a href="#5_3_video_decoding">5.3</a> for details</td>
1865 <td><ul>
1866 <li class="table_list">3GPP (.3gp)</li>
1867 <li class="table_list">MPEG-4 (.mp4)</li>
Danielle Robertsbbe05752015-09-29 16:49:50 -07001868 <li class="table_list">MPEG-2 TS (.ts, AAC audio only, not seekable, Android 3.0+)</li></ul></td>
Unsuk Jung5bc81142015-07-16 22:27:20 -07001869 </tr>
1870 <tr>
1871 <td>H.265 HEVC</td>
1872 <td></td>
1873 <td>REQUIRED<sup>5</sup></td>
1874 <td>See <a href="#5_3_video_decoding">section 5.3</a> for details</td>
1875 <td>MPEG-4 (.mp4)</td>
1876 </tr>
Danielle Robertsbbe05752015-09-29 16:49:50 -07001877<tr>
1878 <td>MPEG-2</td>
1879 <td></td>
1880 <td>STRONGLY RECOMMENDED<sup>6</sup></td>
1881 <td>Main Profile</td>
1882 <td>MPEG2-TS</td>
1883</tr>
Unsuk Jung5bc81142015-07-16 22:27:20 -07001884 <tr>
1885 <td>MPEG-4 SP</td>
1886 <td></td>
1887 <td>REQUIRED<sup>2</sup></td>
1888 <td></td>
1889 <td>3GPP (.3gp)</td>
1890 </tr>
1891 <tr>
Unsuk Jung2e62f9a2015-07-16 23:01:44 -07001892 <td>VP8<sup>3</sup></td>
Unsuk Jung5bc81142015-07-16 22:27:20 -07001893 <td>REQUIRED<sup>2</sup></p>
1894
1895<p>(Android 4.3+)</td>
1896 <td>REQUIRED<sup>2</sup></p>
1897
1898<p>(Android 2.3.3+)</td>
1899 <td>See <a href="#5_2_video_encoding">section 5.2</a> and <a href="#5_3_video_decoding">5.3</a> for details</td>
1900 <td><ul>
1901 <li class="table_list">WebM (.webm) [<a href="http://www.webmproject.org/">Resources, 110</a></li>
Unsuk Jung2e62f9a2015-07-16 23:01:44 -07001902 <li class="table_list">Matroska (.mkv, Android 4.0+)<sup>4</sup></li></ul></td>
Unsuk Jung5bc81142015-07-16 22:27:20 -07001903 </tr>
1904 <tr>
1905 <td>VP9</td>
1906 <td></td>
1907 <td>REQUIRED<sup>2</sup><br> (Android 4.4+)</td>
1908 <td>See <a href="#5_3_video_decoding">section 5.3</a> for details</td>
1909 <td><ul>
1910 <li class="table_list">WebM (.webm) [<a href="http://www.webmproject.org/">Resources, 110</a>]</li>
Unsuk Jung2e62f9a2015-07-16 23:01:44 -07001911 <li class="table_list">Matroska (.mkv, Android 4.0+)<sup>4</sup></li></ul></td>
Unsuk Jung5bc81142015-07-16 22:27:20 -07001912 </tr>
1913</table>
1914
1915
1916<p class="table_footnote">1 Required for device implementations that include camera hardware and define
1917android.hardware.camera or android.hardware.camera.front.</p>
1918
1919<p class="table_footnote">2 Required for device implementations except Android Watch devices. </p>
1920
1921<p class="table_footnote">3 For acceptable quality of web video streaming and video-conference services,
1922device implementations SHOULD use a hardware VP8 codec that meets the
1923requirements in [<a href="http://www.webmproject.org/hardware/rtc-coding-requirements/">Resources, 51</a>].</p>
1924
1925<p class="table_footnote">4 Device implementations SHOULD support writing Matroska WebM files.</p>
1926
Bert McMeen816a2422015-09-29 16:33:19 -07001927<p class="table_footnote">5 STRONGLY RECOMMENDED for Android Automotive, optional for Android Watch, and required for all other device types.</p>
Unsuk Jung5bc81142015-07-16 22:27:20 -07001928
Danielle Robertsbbe05752015-09-29 16:49:50 -07001929<p class="table_footnote">6 Applies only to Android Television device implementations.</p>
1930
Unsuk Jung5bc81142015-07-16 22:27:20 -07001931<h2 id="5_2_video_encoding">5.2. Video Encoding</h2>
1932
1933<div class="note">
1934<p>Video codecs are optional for Android Watch device implementations.</p>
1935</div>
1936
Unsuk Jung1def5ae2015-09-29 14:53:42 -07001937<p>Android device implementations with H.263 encoders, MUST support Baseline Profile Level 45.</p>
Unsuk Jung5bc81142015-07-16 22:27:20 -07001938
1939<p>Android device implementations with H.264 codec support, MUST support Baseline
1940Profile Level 3 and the following SD (Standard Definition) video encoding
1941profiles and SHOULD support Main Profile Level 4 and the following HD (High
1942Definition) video encoding profiles. Android Television devices are STRONGLY
1943RECOMMENDED to encode HD 1080p video at 30 fps.</p>
1944<table>
1945 <tr>
1946 <th></th>
1947 <th>SD (Low quality)</th>
1948 <th>SD (High quality)</th>
Danielle Robertsbbe05752015-09-29 16:49:50 -07001949 <th>HD 720p<sup>1</sup></th>
1950 <th>HD 1080p<sup>1</sup></th>
Unsuk Jung5bc81142015-07-16 22:27:20 -07001951 </tr>
1952 <tr>
1953 <th>Video resolution</th>
1954 <td>320 x 240 px</td>
1955 <td>720 x 480 px</td>
1956 <td>1280 x 720 px</td>
1957 <td>1920 x 1080 px</td>
1958 </tr>
1959 <tr>
1960 <th>Video frame rate</th>
1961 <td>20 fps</td>
1962 <td>30 fps</td>
1963 <td>30 fps</td>
1964 <td>30 fps</td>
1965 </tr>
1966 <tr>
1967 <th>Video bitrate</th>
1968 <td>384 Kbps</td>
1969 <td>2 Mbps</td>
1970 <td>4 Mbps</td>
1971 <td>10 Mbps</td>
1972 </tr>
1973</table>
1974
1975
1976<p class="table_footnote">1 When supported by hardware, but STRONGLY RECOMMENDED for Android Television
1977devices.</p>
1978
1979<p>Android device implementations with VP8 codec support MUST support the SD video
1980encoding profiles and SHOULD support the following HD (High Definition) video
1981encoding profiles.</p>
1982<table>
1983 <tr>
1984 <th></th>
1985 <th>SD (Low quality)</th>
1986 <th>SD (High quality)</th>
Danielle Robertsbbe05752015-09-29 16:49:50 -07001987 <th>HD 720p<sup>1</sup></th>
1988 <th>HD 1080p<sup>1</sup></th>
Unsuk Jung5bc81142015-07-16 22:27:20 -07001989 </tr>
1990 <tr>
1991 <th>Video resolution</th>
1992 <td>320 x 180 px</td>
1993 <td>640 x 360 px</td>
1994 <td>1280 x 720 px</td>
1995 <td>1920 x 1080 px</td>
1996 </tr>
1997 <tr>
1998 <th>Video frame rate</th>
1999 <td>30 fps</td>
2000 <td>30 fps</td>
2001 <td>30 fps</td>
2002 <td>30 fps</td>
2003 </tr>
2004 <tr>
2005 <th>Video bitrate</th>
2006 <td>800 Kbps </td>
2007 <td>2 Mbps</td>
2008 <td>4 Mbps</td>
2009 <td>10 Mbps</td>
2010 </tr>
2011</table>
2012
2013<p class="table_footnote">1 When supported by hardware.</p>
2014
2015<h2 id="5_3_video_decoding">5.3. Video Decoding</h2>
2016
2017<div class="note">
2018<p>Video codecs are optional for Android Watch device implementations.</p>
2019</div>
2020
Unsuk Jung5bc81142015-07-16 22:27:20 -07002021<p>Device implementations MUST support dynamic video resolution switching within
Unsuk Jung2e62f9a2015-07-16 23:01:44 -07002022the same stream for all VP8, VP9, H.264, and H.265 codecs exposed through the
2023standard Android APIs.</p>
Unsuk Jung5bc81142015-07-16 22:27:20 -07002024
Unsuk Jung1def5ae2015-09-29 14:53:42 -07002025<p>Android device implementations with H.263 decoders, MUST support Baseline
2026Profile Level 30.</p>
2027
2028<p>Android device implementations with MPEG-4 decoders, MUST support Simple
2029Profile Level 3.</p>
2030
2031<p>Android device implementations with H.264 decoders, MUST support Main Profile
2032Level 3 and the following SD video decoding profiles and SHOULD support the
2033HD decoding profiles. Android Television devices MUST support High Profile
Unsuk Jung5bc81142015-07-16 22:27:20 -07002034Level 4.2 and the HD 1080p decoding profile.</p>
2035<table>
2036 <tr>
2037 <th></th>
2038 <th>SD (Low quality)</th>
2039 <th>SD (High quality)</th>
Danielle Robertsbbe05752015-09-29 16:49:50 -07002040 <th>HD 720p<sup>1</sup></th>
2041 <th>HD 1080p<sup>1</sup></th>
Unsuk Jung5bc81142015-07-16 22:27:20 -07002042 </tr>
2043 <tr>
2044 <th>Video resolution</th>
2045 <td>320 x 240 px</td>
2046 <td>720 x 480 px</td>
2047 <td>1280 x 720 px</td>
2048 <td>1920 x 1080 px</td>
2049 </tr>
2050 <tr>
2051 <th>Video frame rate</th>
2052 <td>30 fps</td>
2053 <td>30 fps</td>
Danielle Robertsbbe05752015-09-29 16:49:50 -07002054 <td>60 fps</td>
2055 <td>30 fps / 60 fps<sup>2</sup></td>
Unsuk Jung5bc81142015-07-16 22:27:20 -07002056 </tr>
2057 <tr>
2058 <th>Video bitrate</th>
2059 <td>800 Kbps </td>
2060 <td>2 Mbps</td>
2061 <td>8 Mbps</td>
2062 <td>20 Mbps</td>
2063 </tr>
2064</table>
2065
2066
2067<p class="table_footnote">1 Required for Android Television device implementations, but for other device
2068types only when supported by hardware.</p>
2069
2070<p class="table_footnote">2 Required for Android Television device implementations.</p>
2071
2072<p>Android device implementations when supporting VP8 codec as described in <a href="#5_1_3_video_codecs">section 5.1.3</a>, MUST support the following SD decoding profiles and SHOULD support the HD
2073decoding profiles. Android Television devices MUST support the HD 1080p
2074decoding profile. </p>
2075<table>
2076 <tr>
2077 <th></th>
2078 <th>SD (Low quality)</th>
2079 <th>SD (High quality)</th>
Danielle Robertsbbe05752015-09-29 16:49:50 -07002080 <th>HD 720p<sup>1</sup></th>
2081 <th>HD 1080p<sup>1</sup></th>
Unsuk Jung5bc81142015-07-16 22:27:20 -07002082 </tr>
2083 <tr>
2084 <th>Video resolution</th>
2085 <td>320 x 180 px</td>
2086 <td>640 x 360 px</td>
2087 <td>1280 x 720 px</td>
2088 <td>1920 x 1080 px</td>
2089 </tr>
2090 <tr>
2091 <th>Video frame rate</th>
2092 <td>30 fps</td>
2093 <td>30 fps</td>
Danielle Robertsbbe05752015-09-29 16:49:50 -07002094 <td>30 fps / 60 fps<sup>2</sup></td>
2095 <td>30 / 60 fps<sup>2</sup></td>
Unsuk Jung5bc81142015-07-16 22:27:20 -07002096 </tr>
2097 <tr>
2098 <th>Video bitrate</th>
2099 <td>800 Kbps </td>
2100 <td>2 Mbps</td>
2101 <td>8 Mbps</td>
2102 <td>20 Mbps</td>
2103 </tr>
2104</table>
2105
2106
2107<p class="table_footnote">1 Required for Android Television device implementations, but for other type of
2108devices only when supported by hardware.</p>
2109
2110<p class="table_footnote">2 Required for Android Television device implementations.</p>
2111
2112<p>Android device implementations, when supporting VP9 codec as described in <a href="#5_1_3_video_codecs">section 5.1.3</a>, MUST support the following SD video decoding profiles and SHOULD support the
2113HD decoding profiles. Android Television devices are STRONGLY RECOMMENDED to
2114support the HD 1080p decoding profile and SHOULD support the UHD decoding
Danielle Robertsbbe05752015-09-29 16:49:50 -07002115profile. When the UHD video decoding profile is supported, it MUST support 8-bit
2116color depth and SHOULD support VP9 Profile 2 (10-bit).</p>
Unsuk Jung5bc81142015-07-16 22:27:20 -07002117<table>
2118 <tr>
2119 <th></th>
2120 <th>SD (Low quality)</th>
2121 <th>SD (High quality)</th>
Danielle Robertsbbe05752015-09-29 16:49:50 -07002122 <th>HD 720p<sup>1</sup></th>
2123 <th>HD 1080p<sup>2</sup></th>
2124 <th>UHD<sup>2</sup></th>
Unsuk Jung5bc81142015-07-16 22:27:20 -07002125 </tr>
2126 <tr>
2127 <th>Video resolution</th>
2128 <td>320 x 180 px</td>
2129 <td>640 x 360 px</td>
2130 <td>1280 x 720 px</td>
2131 <td>1920 x 1080 px</td>
2132 <td>3840 x 2160 px</td>
2133 </tr>
2134 <tr>
2135 <th>Video frame rate</th>
2136 <td>30 fps</td>
2137 <td>30 fps</td>
2138 <td>30 fps</td>
Danielle Robertsbbe05752015-09-29 16:49:50 -07002139 <td>60 fps</td>
2140 <td>60 fps</td>
2141 </tr>
2142 <tr>
2143 <th>Video bitrate</th>
2144 <td>600 Kbps</td>
2145 <td>1.6 Mbps</td>
2146 <td>4 Mbps</td>
2147 <td>10 Mbps</td>
2148 <td>20 Mbps</td>
2149 </tr>
2150</table>
2151
2152
2153<p class="table_footnote">1 Required for Android Television device implementations, but for other type of
2154devices only when supported by hardware.</p>
2155
2156<p class="table_footnote">2 STRONGLY RECOMMENDED for existing Android Television device implementations when
2157supported by hardware.</p>
2158
2159<p>Android device implementations, when supporting H.265 codec as described in <a href="#5_1_3_video_codecs">section 5.1.3</a>, MUST support the Main Profile Level 3 Main tier and the following SD video
2160decoding profiles and SHOULD support the HD decoding profiles. Android
2161Television devices MUST support the Main Profile Level 4.1 Main tier and the HD
21621080p decoding profile and SHOULD support Main10 Level 5 Main Tier profile and
2163the UHD decoding profile.</p>
2164<table>
2165 <tr>
2166 <th></th>
2167 <th>SD (Low quality)</th>
2168 <th>SD (High quality)</th>
2169 <th>HD 720p<sup>1</sup></td>
2170 <th>HD 1080p<sup>1</sup></td>
2171 <th>UHD<sup>2</sup></td>
2172 </tr>
2173 <tr>
2174 <th>Video resolution</th>
2175 <td>352 x 288 px</td>
2176 <td>640 x 360 px</td>
2177 <td>1280 x 720 px</td>
2178 <td>1920 x 1080 px</td>
2179 <td>3840 x 2160 px</td>
2180 </tr>
2181 <tr>
2182 <th>Video frame rate</th>
Unsuk Jung5bc81142015-07-16 22:27:20 -07002183 <td>30 fps</td>
2184 <td>30 fps</td>
Danielle Robertsbbe05752015-09-29 16:49:50 -07002185 <td>30 fps</td>
2186 <td>60 fps<sup>2</sup></td>
2187 <td>60 fps</td>
Unsuk Jung5bc81142015-07-16 22:27:20 -07002188 </tr>
2189 <tr>
2190 <th>Video bitrate</th>
2191 <td>600 Kbps </td>
2192 <td>1.6 Mbps</td>
2193 <td>4 Mbps</td>
2194 <td>10 Mbps</td>
2195 <td>20 Mbps</td>
2196 </tr>
2197</table>
2198
2199
2200<p class="table_footnote">1 Required for Android Television device implementations, but for other type of
2201devices only when supported by hardware.</p>
2202
Danielle Robertsbbe05752015-09-29 16:49:50 -07002203<p class="table_footnote">2 STRONGLY RECOMMENDED
2204for existing Android Television device implementations when supported by hardware.</p>
Unsuk Jung5bc81142015-07-16 22:27:20 -07002205
2206<h2 id="5_4_audio_recording">5.4. Audio Recording</h2>
2207
2208
2209<p>While some of the requirements outlined in this section are stated as SHOULD
2210since Android 4.3, the Compatibility Definition for a future version is planned
Glenn Kasten20cdbb72015-09-24 11:56:42 -07002211to change these to MUST. Existing and new Android devices are <strong>STRONGLY ENCOURAGED</strong>
2212to meet these requirements, or they will not be able to attain Android compatibility when upgraded
2213to the future version.</p>
Unsuk Jung5bc81142015-07-16 22:27:20 -07002214
2215<h3 id="5_4_1_raw_audio_capture">5.4.1. Raw Audio Capture</h3>
2216
2217
2218<p>Device implementations that declare android.hardware.microphone MUST allow
2219capture of raw audio content with the following characteristics:</p>
2220
2221<ul>
2222 <li><strong>Format</strong>: Linear PCM, 16-bit
2223 <li><strong>Sampling rates</strong>: 8000, 11025, 16000, 44100
2224 <li><strong>Channels</strong>: Mono
2225</ul>
2226
Glenn Kasten20cdbb72015-09-24 11:56:42 -07002227<p>The capture for the above sample rates MUST be done without up-sampling, and
2228any down-sampling MUST include an appropriate anti-aliasing filter.</p>
2229
Unsuk Jung5bc81142015-07-16 22:27:20 -07002230<p>Device implementations that declare android.hardware.microphone SHOULD allow
2231capture of raw audio content with the following characteristics:</p>
2232
2233<ul>
2234 <li><strong>Format</strong>: Linear PCM, 16-bit
2235 <li><strong>Sampling rates</strong>: 22050, 48000
2236 <li><strong>Channels</strong>: Stereo
2237</ul>
2238
Glenn Kasten20cdbb72015-09-24 11:56:42 -07002239<p>If capture for the above sample rates is supported,
2240then the capture MUST be done without up-sampling at any ratio higher than 16000:22050
2241or 44100:48000.
2242Any up-sampling or down-sampling MUST include an appropriate anti-aliasing filter.</p>
2243
Unsuk Jung5bc81142015-07-16 22:27:20 -07002244<h3 id="5_4_2_capture_for_voice_recognition">5.4.2. Capture for Voice Recognition</h3>
2245
2246
2247<p>In addition to the above recording specifications, when an application has
2248started recording an audio stream using the
2249android.media.MediaRecorder.AudioSource.VOICE_RECOGNITION audio source:</p>
2250
2251<ul>
2252 <li>The device SHOULD exhibit approximately flat amplitude versus frequency
2253characteristics: specifically, ±3 dB, from 100 Hz to 4000 Hz.
2254 <li>Audio input sensitivity SHOULD be set such that a 90 dB sound power level (SPL)
2255source at 1000 Hz yields RMS of 2500 for 16-bit samples.
2256 <li>PCM amplitude levels SHOULD linearly track input SPL changes over at least a 30
2257dB range from -18 dB to +12 dB re 90 dB SPL at the microphone.
Glenn Kasten20cdbb72015-09-24 11:56:42 -07002258 <li>Total harmonic distortion SHOULD be less than 1% for 1 kHz at 90 dB SPL input
Unsuk Jung5bc81142015-07-16 22:27:20 -07002259level at the microphone.
2260 <li>Noise reduction processing, if present, MUST be disabled.
2261 <li>Automatic gain control, if present, MUST be disabled
2262</ul>
2263
2264<p>If the platform supports noise suppression technologies tuned for speech
2265recognition, the effect MUST be controllable from the
2266android.media.audiofx.NoiseSuppressor API. Moreover, the UUID field for the
2267noise suppressor&rsquo;s effect descriptor MUST uniquely identify each implementation
2268of the noise suppression technology.</p>
2269
2270<h3 id="5_4_3_capture_for_rerouting_of_playback">5.4.3. Capture for Rerouting of Playback</h3>
2271
2272
2273<p>The android.media.MediaRecorder.AudioSource class includes the REMOTE_SUBMIX
2274audio source. Devices that declare android.hardware.audio.output MUST properly
2275implement the REMOTE_SUBMIX audio source so that when an application uses the
2276android.media.AudioRecord API to record from this audio source, it can capture
2277a mix of all audio streams except for the following:</p>
2278
2279<ul>
2280 <li>STREAM_RING
2281 <li>STREAM_ALARM
2282 <li>STREAM_NOTIFICATION
2283</ul>
2284
2285<h2 id="5_5_audio_playback">5.5. Audio Playback</h2>
2286
2287
2288<p>Device implementations that declare android.hardware.audio.output MUST conform
2289to the requirements in this section.</p>
2290
2291<h3 id="5_5_1_raw_audio_playback">5.5.1. Raw Audio Playback</h3>
2292
2293
2294<p>The device MUST allow playback of raw audio content with the following
2295characteristics:</p>
2296
2297<ul>
2298 <li><strong>Format</strong>: Linear PCM, 16-bit</li>
2299 <li><strong>Sampling rates</strong>: 8000, 11025, 16000, 22050, 32000, 44100</li>
2300 <li><strong>Channels</strong>: Mono, Stereo</li>
2301</ul>
2302
2303<p>The device SHOULD allow playback of raw audio content with the following
2304characteristics:</p>
2305
2306<ul>
2307 <li><strong>Sampling rates</strong>: 24000, 48000</li>
2308</ul>
2309
2310<h3 id="5_5_2_audio_effects">5.5.2. Audio Effects</h3>
2311
2312
2313<p>Android provides an API for audio effects for device implementations [<a href="http://developer.android.com/reference/android/media/audiofx/AudioEffect.html">Resources, 52</a>]. Device implementations that declare the feature
2314android.hardware.audio.output:</p>
2315
2316<ul>
2317 <li>MUST support the EFFECT_TYPE_EQUALIZER and EFFECT_TYPE_LOUDNESS_ENHANCER
2318implementations controllable through the AudioEffect subclasses Equalizer,
2319LoudnessEnhancer.</li>
2320 <li>MUST support the visualizer API implementation, controllable through the
2321Visualizer class.</li>
2322 <li>SHOULD support the EFFECT_TYPE_BASS_BOOST, EFFECT_TYPE_ENV_REVERB,
2323EFFECT_TYPE_PRESET_REVERB, and EFFECT_TYPE_VIRTUALIZER implementations
2324controllable through the AudioEffect sub-classes BassBoost,
2325EnvironmentalReverb, PresetReverb, and Virtualizer.</li>
2326</ul>
2327
2328<h3 id="5_5_3_audio_output_volume">5.5.3. Audio Output Volume</h3>
2329
2330
2331<p>Android Television device implementations MUST include support for system
2332Master Volume and digital audio output volume attenuation on supported outputs,
2333except for compressed audio passthrough output (where no audio decoding is done
2334on the device).</p>
2335
2336<h2 id="5_6_audio_latency">5.6. Audio Latency</h2>
2337
2338
2339<p>Audio latency is the time delay as an audio signal passes through a system.
2340Many classes of applications rely on short latencies, to achieve real-time
2341sound effects.</p>
2342
2343<p>For the purposes of this section, use the following definitions:</p>
2344
2345<ul>
2346 <li><strong>output latency</strong>. The interval between when an application writes a frame of PCM-coded data and
2347when the corresponding sound can be heard by an external listener or observed
2348by a transducer.</li>
2349 <li><strong>cold output latency</strong>. The output latency for the first frame, when the audio output system has been
2350idle and powered down prior to the request.</li>
2351 <li><strong>continuous output latency</strong>. The output latency for subsequent frames, after the device is playing audio.</li>
2352 <li><strong>input latency</strong>. The interval between when an external sound is presented to the device and
2353when an application reads the corresponding frame of PCM-coded data.</li>
2354 <li><strong>cold input latency</strong>. The sum of lost input time and the input latency for the first frame, when the
2355audio input system has been idle and powered down prior to the request.</li>
2356 <li><strong>continuous input latency</strong>. The input latency for subsequent frames, while the device is capturing audio.</li>
2357 <li><strong>cold output jitter</strong>. The variance among separate measurements of cold output latency values.</li>
2358 <li><strong>cold input jitter</strong>. The variance among separate measurements of cold input latency values.</li>
Glenn Kasten78eccbd2015-08-12 10:18:22 -07002359 <li><strong>continuous round-trip latency</strong>. The sum of continuous input latency plus continuous output latency plus
2360 one buffer period.
2361 The buffer period term allows processing time for the app and for the app to
2362 mitigate phase difference between input and output streams.
2363 </li>
Unsuk Jung5bc81142015-07-16 22:27:20 -07002364 <li><strong>OpenSL ES PCM buffer queue API</strong>. The set of PCM-related OpenSL ES APIs within Android NDK; see
2365NDK_root/docs/opensles/index.html.</li>
2366</ul>
2367
Bert McMeen816a2422015-09-29 16:33:19 -07002368<p>Device implementations that declare android.hardware.audio.output are STRONGLY RECOMMENDED to meet
Unsuk Jung5bc81142015-07-16 22:27:20 -07002369or exceed these audio output requirements:</p>
2370
2371<ul>
2372 <li>cold output latency of 100 milliseconds or less</li>
2373 <li>continuous output latency of 45 milliseconds or less</li>
2374 <li>minimize the cold output jitter</li>
2375</ul>
2376
2377<p>If a device implementation meets the requirements of this section after any
2378initial calibration when using the OpenSL ES PCM buffer queue API, for
2379continuous output latency and cold output latency over at least one supported
2380audio output device, it MAY report support for low-latency audio, by reporting
2381the feature android.hardware.audio.low_latency via the
2382android.content.pm.PackageManager class [<a href="http://developer.android.com/reference/android/content/pm/PackageManager.html">Resources, 53</a>]. Conversely, if the device implementation does not meet these requirements it
2383MUST NOT report support for low-latency audio.</p>
2384
Bert McMeen816a2422015-09-29 16:33:19 -07002385<p>Device implementations that include android.hardware.microphone are STRONGLY RECOMMENDED to meet
Unsuk Jung5bc81142015-07-16 22:27:20 -07002386these input audio requirements:</p>
2387
2388<ul>
2389 <li>cold input latency of 100 milliseconds or less</li>
2390 <li>continuous input latency of 30 milliseconds or less</li>
2391 <li>continuous round-trip latency of 50 milliseconds or less</li>
2392 <li>minimize the cold input jitter</li>
2393</ul>
2394
2395<h2 id="5_7_network_protocols">5.7. Network Protocols</h2>
2396
2397
2398<p>Devices MUST support the media network protocols for audio and video playback
2399as specified in the Android SDK documentation [<a href="http://developer.android.com/guide/appendix/media-formats.html">Resources, 50</a>]. Specifically, devices MUST support the following media network protocols:</p>
2400
2401<ul>
2402 <li>RTSP (RTP, SDP)</li>
2403 <li>HTTP(S) progressive streaming</li>
2404 <li>HTTP(S) Live Streaming draft protocol, Version 3 [<a href="http://tools.ietf.org/html/draft-pantos-http-live-streaming-03">Resources, 54</a>]</li>
2405</ul>
2406
2407<h2 id="5_8_secure_media">5.8. Secure Media</h2>
2408
2409
2410<p>Device implementations that support secure video output and are capable of
2411supporting secure surfaces MUST declare support for Display.FLAG_SECURE. Device
2412implementations that declare support for Display.FLAG_SECURE, if they support a
2413wireless display protocol, MUST secure the link with a cryptographically strong
2414mechanism such as HDCP 2.x or higher for Miracast wireless displays. Similarly
2415if they support a wired external display, the device implementations MUST
2416support HDCP 1.2 or higher. Android Television device implementations MUST
2417support HDCP 2.2 for devices supporting 4K resolution and HDCP 1.4 or above for
2418lower resolutions. The upstream Android open source implementation includes
2419support for wireless (Miracast) and wired (HDMI) displays that satisfies this
2420requirement.</p>
2421
Glenn Kasten87ef61d2015-07-29 09:01:36 -07002422<h2 id="5_9_midi">5.9. Musical Instrument Digital Interface (MIDI)</h2>
2423
2424<p>
2425If a device implementation supports the inter-app MIDI software transport
2426(virtual MIDI devices), and it supports MIDI over
2427<em>all</em> of the following MIDI-capable hardware transports
2428for which it provides generic non-MIDI connectivity, it MAY report
2429support for feature android.software.midi via the
2430android.content.pm.PackageManager class
2431[<a href="http://developer.android.com/reference/android/content/pm/PackageManager.html">Resources, 53</a>].
2432</p>
2433
2434<p>The MIDI-capable hardware transports are:</p>
2435<ul>
2436 <li>USB host mode (section 7.7 USB)</li>
2437 <li>USB peripheral mode (section 7.7 USB)</li>
2438</ul>
2439
2440<p>
2441Conversely, if the device implementation provides generic non-MIDI connectivity over a particular
2442MIDI-capable hardware transport listed above, but does not support MIDI over that hardware transport,
2443it MUST NOT report support for feature android.software.midi.
2444</p>
2445
2446<p>
2447MIDI over Bluetooth LE acting in central role (section 7.4.3 Bluetooth)
2448is in trial use status. A device implementation that reports
2449feature android.software.midi, and which provides generic non-MIDI connectivity
2450over Bluetooth LE, SHOULD support MIDI over Bluetooth LE.
2451</p>
2452
Glenn Kasten78eccbd2015-08-12 10:18:22 -07002453<h2 id="5_10_pro_audio">5.10. Professional Audio</h2>
2454
2455<p>
2456If a device implementation meets <em>all</em> of the following requirements,
2457it MAY report support for feature android.hardware.audio.pro via the
2458android.content.pm.PackageManager class
2459[<a href="http://developer.android.com/reference/android/content/pm/PackageManager.html">Resources, 53</a>].
2460</p>
2461
2462<ul>
2463
2464<li>
Glenn Kasten1578ece2015-09-15 13:44:17 -07002465The device implementation MUST report support for feature android.hardware.audio.low_latency.
Glenn Kasten78eccbd2015-08-12 10:18:22 -07002466</li>
2467
2468<li> The continuous round-trip audio latency, as defined in section 5.6 Audio Latency,
2469MUST be 20 milliseconds or less and SHOULD be 10 milliseconds or less over at least one
2470supported path.
2471</li>
2472
2473<li>
Glenn Kasten1578ece2015-09-15 13:44:17 -07002474If the device includes a 4 conductor 3.5mm audio jack,
Glenn Kasten78eccbd2015-08-12 10:18:22 -07002475the continuous round-trip audio latency MUST be 20 milliseconds or less over the audio jack path,
2476and SHOULD be 10 milliseconds or less over at the audio jack path.
2477</li>
2478
2479<li>
2480The device implementation MUST include a USB port(s) supporting USB host mode and
2481USB peripheral mode.
2482</li>
2483
2484<li>
Glenn Kasten755f4b22015-09-25 16:04:23 -07002485The USB host mode MUST implement the USB audio class.
Glenn Kasten78eccbd2015-08-12 10:18:22 -07002486</li>
2487
2488<li>
2489If the device includes an HDMI port, the device implementation
Glenn Kasten1578ece2015-09-15 13:44:17 -07002490MUST support output in stereo and eight channels
Glenn Kasten78eccbd2015-08-12 10:18:22 -07002491at 20-bit or 24-bit depth and 192 kHz without bit-depth loss or resampling.
2492</li>
2493
2494<li>
2495The device implementation MUST report support for feature android.software.midi.
2496</li>
2497
Glenn Kasten1578ece2015-09-15 13:44:17 -07002498<li>
2499If the device includes a 4 conductor 3.5mm audio jack,
Bert McMeen816a2422015-09-29 16:33:19 -07002500the device implementation is STRONGLY RECOMMENDED to comply with section
Glenn Kasten1578ece2015-09-15 13:44:17 -07002501<a href="https://source.android.com/accessories/headset/specification.html#mobile_device_jack_specifications">Mobile device (jack) specifications</a>
2502of the
2503<a href="https://source.android.com/accessories/headset/specification.html">Wired Audio Headset Specification (v1.1)</a>.
2504</li>
2505
Glenn Kasten78eccbd2015-08-12 10:18:22 -07002506</ul>
2507
Unsuk Jung5bc81142015-07-16 22:27:20 -07002508<h1 id="6_developer_tools_and_options_compatibility">6. Developer Tools and Options Compatibility</h1>
2509
Unsuk Jung5bc81142015-07-16 22:27:20 -07002510<h2 id="6_1_developer_tools">6.1. Developer Tools</h2>
2511
Unsuk Jung5bc81142015-07-16 22:27:20 -07002512<p>Device implementations MUST support the Android Developer Tools provided in the
2513Android SDK. Android compatible devices MUST be compatible with:</p>
2514
2515<ul>
2516 <li><strong>Android Debug Bridge (adb)</strong> [<a href="http://developer.android.com/tools/help/adb.html">Resources, 55</a>]</li>
2517</ul>
2518
2519<p>Device implementations MUST support all adb functions as documented in the
2520Android SDK including dumpsys [<a href="https://source.android.com/devices/input/diagnostics.html">Resources, 56</a>]. The device-side adb daemon MUST be inactive by default and there MUST be a
2521user-accessible mechanism to turn on the Android Debug Bridge. If a device
2522implementation omits USB peripheral mode, it MUST implement the Android Debug
2523Bridge via local-area network (such as Ethernet or 802.11). </p>
2524
2525<p>Android includes support for secure adb. Secure adb enables adb on known
2526authenticated hosts. Device implementations MUST support secure adb.</p>
2527
2528<ul>
2529 <li><strong>Dalvik Debug Monitor Service (ddms)</strong> [<a href="http://developer.android.com/tools/debugging/ddms.html">Resources, 57</a>]</li>
2530</ul>
2531
2532<p>Device implementations MUST support all ddms features as documented in the
2533Android SDK. As ddms uses adb, support for ddms SHOULD be inactive by default,
2534but MUST be supported whenever the user has activated the Android Debug Bridge,
2535as above.</p>
2536
2537<ul>
2538 <li><strong>Monkey</strong> [<a href="http://developer.android.com/tools/help/monkey.html">Resources, 58</a>]</li>
2539</ul>
2540
2541<p>Device implementations MUST include the Monkey framework, and make it available
2542for applications to use.</p>
2543
2544<ul>
2545 <li><strong>SysTrace</strong> [<a href="http://developer.android.com/tools/help/systrace.html">Resources, 59</a>]</li>
2546</ul>
2547
2548<p>Device implementations MUST support systrace tool as documented in the Android
2549SDK. Systrace must be inactive by default, and there MUST be a user-accessible
2550mechanism to turn on Systrace.</p>
2551
2552<p>Most Linux-based systems and Apple Macintosh systems recognize Android devices
2553using the standard Android SDK tools, without additional support; however
2554Microsoft Windows systems typically require a driver for new Android devices.
2555(For instance, new vendor IDs and sometimes new device IDs require custom USB
2556drivers for Windows systems.) If a device implementation is unrecognized by the
2557adb tool as provided in the standard Android SDK, device implementers MUST
2558provide Windows drivers allowing developers to connect to the device using the
2559adb protocol. These drivers MUST be provided for Windows XP, Windows Vista,
Unsuk Jung5ad5aba2015-09-29 22:13:02 -07002560Windows 7, Windows 8 and Windows 10 in both 32-bit and 64-bit versions.
2561</p>
Unsuk Jung5bc81142015-07-16 22:27:20 -07002562
2563<h2 id="6_2_developer_options">6.2. Developer Options</h2>
2564
2565
2566<p>Android includes support for developers to configure application
2567development-related settings. Device implementations MUST honor the
2568android.settings.APPLICATION_DEVELOPMENT_SETTINGS intent to show application
2569development-related settings [<a href="http://developer.android.com/reference/android/provider/Settings.html#ACTION_APPLICATION_DEVELOPMENT_SETTINGS">Resources, 60</a>]. The upstream Android implementation hides the Developer Options menu by
2570default and enables users to launch Developer Options after pressing seven (7)
2571times on the <strong>Settings</strong> > <strong>About Device</strong> > <strong>Build Number</strong> menu item. Device implementations MUST provide a consistent experience for
2572Developer Options. Specifically, device implementations MUST hide Developer
2573Options by default and MUST provide a mechanism to enable Developer Options
2574that is consistent with the upstream Android implementation.</p>
2575
2576<h1 id="7_hardware_compatibility">7. Hardware Compatibility</h1>
2577
2578
2579<p>If a device includes a particular hardware component that has a corresponding
2580API for third-party developers, the device implementation MUST implement that
2581API as described in the Android SDK documentation. If an API in the SDK
2582interacts with a hardware component that is stated to be optional and the
2583device implementation does not possess that component:</p>
2584
2585<ul>
2586 <li>Complete class definitions (as documented by the SDK) for the component APIs
2587MUST still be presented.
2588 <li>The API&rsquo;s behaviors MUST be implemented as no-ops in some reasonable fashion.
2589 <li>API methods MUST return null values where permitted by the SDK documentation.
2590 <li>API methods MUST return no-op implementations of classes where null values are
2591not permitted by the SDK documentation.
2592 <li>API methods MUST NOT throw exceptions not documented by the SDK documentation.
2593</ul>
2594
2595<p>A typical example of a scenario where these requirements apply is the telephony
2596API: even on non-phone devices, these APIs must be implemented as reasonable
2597no-ops.</p>
2598
2599<p>Device implementations MUST consistently report accurate hardware configuration
2600information via the getSystemAvailableFeatures() and hasSystemFeature(String)
2601methods on the android.content.pm.PackageManager class for the same build
2602fingerprint. [<a href="http://developer.android.com/reference/android/content/pm/PackageManager.html">Resources, 53]</a></p>
2603
2604<h2 id="7_1_display_and_graphics">7.1. Display and Graphics</h2>
2605
2606
2607<p>Android includes facilities that automatically adjust application assets and UI
2608layouts appropriately for the device, to ensure that third-party applications
2609run well on a variety of hardware configurations [<a href="http://developer.android.com/guide/practices/screens_support.html">Resources, 61</a>]. Devices MUST properly implement these APIs and behaviors, as detailed in
2610this section.</p>
2611
2612<p>The units referenced by the requirements in this section are defined as
2613follows:</p>
2614
2615<ul>
2616 <li><strong>physical diagonal size</strong>. The distance in inches between two opposing corners of the illuminated portion
2617of the display.</li>
2618 <li><strong>dots per inch (dpi)</strong>. The number of pixels encompassed by a linear horizontal or vertical span of
26191&rdquo;. Where dpi values are listed, both horizontal and vertical dpi must fall
2620within the range.</li>
2621 <li><strong>aspect ratio</strong>. The ratio of the pixels of the longer dimension
2622 to the shorter dimension of the screen. For example, a display of 480x854 pixels
2623 would be 854/480 = 1.779, or roughly &ldquo;16:9&rdquo;.</li>
2624 <li><strong>density-independent pixel (dp)</strong> The virtual pixel unit normalized to a 160 dpi screen, calculated as: pixels =
2625dps * (density/160).</li>
2626</ul>
2627
2628<h3 id="7_1_1_screen_configuration">7.1.1. Screen Configuration</h3>
2629
2630
2631<h4 id="7_1_1_1_screen_size">7.1.1.1. Screen Size</h4>
2632
2633<div class="note">
2634<p>Android Watch devices (detailed in <a href="#2_device_types">section 2</a>) MAY have smaller screen sizes as described in this section.</p>
2635</div>
2636
2637<p>The Android UI framework supports a variety of different screen sizes, and
2638allows applications to query the device screen size (aka &ldquo;screen layout") via
2639android.content.res.Configuration.screenLayout with the SCREENLAYOUT_SIZE_MASK.
2640Device implementations MUST report the correct screen size as defined in the
2641Android SDK documentation [<a href="http://developer.android.com/guide/practices/screens_support.html">Resources, 61</a>] and determined by the upstream Android platform. Specifically, device
2642implementations MUST report the correct screen size according to the following
2643logical density-independent pixel (dp) screen dimensions.</p>
2644
2645<ul>
2646 <li>Devices MUST have screen sizes of at least 426 dp x 320 dp (&lsquo;small&rsquo;), unless it
2647is an Android Watch device.</li>
2648 <li>Devices that report screen size &lsquo;normal&rsquo; MUST have screen sizes of at least 480
2649dp x 320 dp.</li>
2650 <li>Devices that report screen size &lsquo;large&rsquo; MUST have screen sizes of at least 640
2651dp x 480 dp.</li>
2652 <li>Devices that report screen size &lsquo;xlarge&rsquo; MUST have screen sizes of at least 960
2653dp x 720 dp.</li>
2654</ul>
2655
2656<p>In addition, </p>
2657
2658<ul>
2659 <li>Android Watch devices MUST have a screen with the physical diagonal size in the
2660range from 1.1 to 2.5 inches.</li>
2661 <li>Other types of Android device implementations, with a physically integrated
2662screen, MUST have a screen at least 2.5 inches in physical diagonal size.</li>
2663</ul>
2664
2665<p>Devices MUST NOT change their reported screen size at any time.</p>
2666
2667<p>Applications optionally indicate which screen sizes they support via the
Unsuk Jung2e62f9a2015-07-16 23:01:44 -07002668&lt;supports-screens&gt; attribute in the AndroidManifest.xml file. Device
Unsuk Jung5bc81142015-07-16 22:27:20 -07002669implementations MUST correctly honor applications' stated support for small,
2670normal, large, and xlarge screens, as described in the Android SDK
2671documentation.</p>
2672
2673<h4 id="7_1_1_2_screen_aspect_ratio">7.1.1.2. Screen Aspect Ratio</h4>
2674
2675<div class="note">
2676<p>Android Watch devices MAY have an aspect ratio of 1.0 (1:1).</p>
2677</div>
2678
2679
2680<p>The screen aspect ratio MUST be a value from 1.3333 (4:3) to 1.86 (roughly
268116:9), but Android Watch devices MAY have an aspect ratio of 1.0 (1:1) because
2682such a device implementation will use a UI_MODE_TYPE_WATCH as the
2683android.content.res.Configuration.uiMode.</p>
2684
2685<h4 id="7_1_1_3_screen_density">7.1.1.3. Screen Density</h4>
2686
2687
2688<p>The Android UI framework defines a set of standard logical densities to help
2689application developers target application resources. Device implementations
2690MUST report only one of the following logical Android framework densities
2691through the android.util.DisplayMetrics APIs, and MUST execute applications at
2692this standard density and MUST NOT change the value at at any time for the
2693default display.</p>
2694
2695<ul>
2696 <li>120 dpi (ldpi)</li>
2697 <li>160 dpi (mdpi)</li>
2698 <li>213 dpi (tvdpi)</li>
2699 <li>240 dpi (hdpi)</li>
2700 <li>280 dpi (280dpi)</li>
2701 <li>320 dpi (xhdpi)</li>
2702 <li>400 dpi (400dpi)</li>
2703 <li>480 dpi (xxhdpi)</li>
2704 <li>560 dpi (560dpi)</li>
2705 <li>640 dpi (xxxhdpi)</li>
2706</ul>
2707
2708<p>Device implementations SHOULD define the standard Android framework density
2709that is numerically closest to the physical density of the screen, unless that
2710logical density pushes the reported screen size below the minimum supported. If
2711the standard Android framework density that is numerically closest to the
2712physical density results in a screen size that is smaller than the smallest
2713supported compatible screen size (320 dp width), device implementations SHOULD
2714report the next lowest standard Android framework density.</p>
2715
2716<h3 id="7_1_2_display_metrics">7.1.2. Display Metrics</h3>
2717
2718
2719<p>Device implementations MUST report correct values for all display metrics
2720defined in android.util.DisplayMetrics [<a href="http://developer.android.com/reference/android/util/DisplayMetrics.html">Resources, 62</a>] and MUST report the same values regardless of whether the embedded or
2721external screen is used as the default display.</p>
2722
2723<h3 id="7_1_3_screen_orientation">7.1.3. Screen Orientation</h3>
2724
2725
2726<p>Devices MUST report which screen orientations they support
2727(android.hardware.screen.portrait and/or android.hardware.screen.landscape) and
2728MUST report at least one supported orientation. For example, a device with a
2729fixed orientation landscape screen, such as a television or laptop, SHOULD only
2730report android.hardware.screen.landscape.</p>
2731
2732<p>Devices that report both screen orientations MUST support dynamic orientation
2733by applications to either portrait or landscape screen orientation. That is,
2734the device must respect the application&rsquo;s request for a specific screen
2735orientation. Device implementations MAY select either portrait or landscape
2736orientation as the default.</p>
2737
2738<p>Devices MUST report the correct value for the device&rsquo;s current orientation,
2739whenever queried via the android.content.res.Configuration.orientation,
2740android.view.Display.getOrientation(), or other APIs.</p>
2741
2742<p>Devices MUST NOT change the reported screen size or density when changing
2743orientation.</p>
2744
2745<h3 id="7_1_4_2d_and_3d_graphics_acceleration">7.1.4. 2D and 3D Graphics Acceleration</h3>
2746
2747
2748<p>Device implementations MUST support both OpenGL ES 1.0 and 2.0, as embodied and
2749detailed in the Android SDK documentations. Device implementations SHOULD
2750support OpenGL ES 3.0 or 3.1 on devices capable of supporting it. Device
2751implementations MUST also support Android RenderScript, as detailed in the
2752Android SDK documentation [<a href="http://developer.android.com/guide/topics/renderscript/">Resources, 63</a>].</p>
2753
2754<p>Device implementations MUST also correctly identify themselves as supporting
2755OpenGL ES 1.0, OpenGL ES 2.0, OpenGL ES 3.0 or OpenGL 3.1. That is:</p>
2756
2757<ul>
Unsuk Jung2e62f9a2015-07-16 23:01:44 -07002758 <li>The managed APIs (such as via the GLES10.getString() method) MUST report support
Unsuk Jung5bc81142015-07-16 22:27:20 -07002759for OpenGL ES 1.0 and OpenGL ES 2.0.</li>
2760 <li>The native C/C++ OpenGL APIs (APIs available to apps via libGLES_v1CM.so,
2761libGLES_v2.so, or libEGL.so) MUST report support for OpenGL ES 1.0 and OpenGL
2762ES 2.0.</li>
2763 <li>Device implementations that declare support for OpenGL ES 3.0 or 3.1 MUST
2764support the corresponding managed APIs and include support for native C/C++
2765APIs. On device implementations that declare support for OpenGL ES 3.0 or 3.1,
2766libGLESv2.so MUST export the corresponding function symbols in addition to the
2767OpenGL ES 2.0 function symbols.</li>
2768</ul>
2769
2770<p>In addition to OpenGL ES 3.1, Android provides an extension pack with Java
2771interfaces [<a href="https://developer.android.com/reference/android/opengl/GLES31Ext.html">Resources, 64</a>] and native support for advanced graphics functionality such as tessellation
2772and the ASTC texture compression format. Android device implementations MAY
2773support this extension pack, and&mdash;only if fully implemented&mdash;MUST identify the
2774support through the android.hardware.opengles.aep feature flag.</p>
2775
2776<p>Also, device implementations MAY implement any desired OpenGL ES extensions.
2777However, device implementations MUST report via the OpenGL ES managed and
2778native APIs all extension strings that they do support, and conversely MUST NOT
2779report extension strings that they do not support.</p>
2780
2781<p>Note that Android includes support for applications to optionally specify that
2782they require specific OpenGL texture compression formats. These formats are
2783typically vendor-specific. Device implementations are not required by Android
2784to implement any specific texture compression format. However, they SHOULD
2785accurately report any texture compression formats that they do support, via the
2786getString() method in the OpenGL API.</p>
2787
2788<p>Android includes a mechanism for applications to declare that they want to
2789enable hardware acceleration for 2D graphics at the Application, Activity,
2790Window, or View level through the use of a manifest tag
2791android:hardwareAccelerated or direct API calls [<a href="http://developer.android.com/guide/topics/graphics/hardware-accel.html">Resources, 65</a>].</p>
2792
2793<p>Device implementations MUST enable hardware acceleration by default, and MUST
2794disable hardware acceleration if the developer so requests by setting
2795android:hardwareAccelerated="false&rdquo; or disabling hardware acceleration directly
2796through the Android View APIs.</p>
2797
2798<p>In addition, device implementations MUST exhibit behavior consistent with the
2799Android SDK documentation on hardware acceleration [<a href="http://developer.android.com/guide/topics/graphics/hardware-accel.html">Resources, 65</a>].</p>
2800
2801<p>Android includes a TextureView object that lets developers directly integrate
2802hardware-accelerated OpenGL ES textures as rendering targets in a UI hierarchy.
2803Device implementations MUST support the TextureView API, and MUST exhibit
2804consistent behavior with the upstream Android implementation.</p>
2805
2806<p>Android includes support for EGL_ANDROID_RECORDABLE, an EGLConfig attribute
2807that indicates whether the EGLConfig supports rendering to an ANativeWindow
2808that records images to a video. Device implementations MUST support
2809EGL_ANDROID_RECORDABLE extension [<a href="https://www.khronos.org/registry/egl/extensions/ANDROID/EGL_ANDROID_recordable.txt">Resources, 66</a>].</p>
2810
2811<h3 id="7_1_5_legacy_application_compatibility_mode">7.1.5. Legacy Application Compatibility Mode</h3>
2812
2813
2814<p>Android specifies a &ldquo;compatibility mode&rdquo; in which the framework operates in a
2815'normal' screen size equivalent (320dp width) mode for the benefit of legacy
2816applications not developed for old versions of Android that pre-date
2817screen-size independence.</p>
2818
2819<ul>
2820<li>Android Automotive does not support legacy compatibility mode.</li>
2821<li>All other device implementations MUST include support for legacy application
2822compatibility mode as implemented by the upstream Android open source code. That
2823is, device implementations MUST NOT alter the triggers or thresholds at which
2824compatibility mode is activated, and MUST NOT alter the behavior of the
2825compatibility mode itself.</li>
2826</ul>
2827
2828<h3 id="7_1_6_screen_technology">7.1.6. Screen Technology</h3>
2829
2830
2831<p>The Android platform includes APIs that allow applications to render rich
2832graphics to the display. Devices MUST support all of these APIs as defined by
2833the Android SDK unless specifically allowed in this document. </p>
2834
2835<ul>
2836 <li>Devices MUST support displays capable of rendering 16-bit color graphics and
2837SHOULD support displays capable of 24-bit color graphics.</li>
2838 <li>Devices MUST support displays capable of rendering animations.</li>
2839 <li>The display technology used MUST have a pixel aspect ratio (PAR) between 0.9
2840and 1.15. That is, the pixel aspect ratio MUST be near square (1.0) with a 10 ~
284115% tolerance.</li>
2842</ul>
2843
2844<h3 id="7_1_7_external_displays">7.1.7. Secondary Displays</h3>
2845
2846
2847<p>Android includes support for secondary display to enable media sharing
2848capabilities and developer APIs for accessing external displays. If a device
2849supports an external display either via a wired, wireless, or an embedded
2850additional display connection then the device implementation MUST implement the
2851display manager API as described in the Android SDK documentation [<a href="http://developer.android.com/reference/android/hardware/display/DisplayManager.html">Resources, 67</a>].</p>
2852
2853<h2 id="7_2_input_devices">7.2. Input Devices</h2>
2854
2855<p>Devices MUST support a touchscreen or meet the requirements listed in 7.2.2
2856for non-touch navigation.</p>
2857
2858<h3 id="7_2_1_keyboard">7.2.1. Keyboard</h3>
2859
2860<div class="note">
2861<p>Android Watch and Android Automotive implementations MAY implement a soft
2862keyboard. All other device implementations MUST implement a soft keyboard and:</p>
2863</div>
2864
2865
2866<p>Device implementations:</p>
2867
2868<ul>
2869 <li>MUST include support for the Input Management Framework (which allows
2870third-party developers to create Input Method Editors&mdash;i.e. soft keyboard) as
2871detailed at <a href="http://developer.android.com">http://developer.android.com</a>.</li>
2872 <li>MUST provide at least one soft keyboard implementation (regardless of whether a
2873hard keyboard is present) except for Android Watch devices where the screen
2874size makes it less reasonable to have a soft keyboard.</li>
2875 <li>MAY include additional soft keyboard implementations.</li>
2876 <li>MAY include a hardware keyboard.</li>
2877 <li>MUST NOT include a hardware keyboard that does not match one of the formats
2878specified in android.content.res.Configuration.keyboard [<a href="http://developer.android.com/reference/android/content/res/Configuration.html">Resources, 68</a>] (QWERTY or 12-key).</li>
2879</ul>
2880
2881<h3 id="7_2_2_non-touch_navigation">7.2.2. Non-touch Navigation</h3>
2882
2883<div class="note">
2884<p>Android Television devices MUST support D-pad.</p>
2885</div>
2886
2887<p>Device implementations:</p>
2888
2889<ul>
2890 <li>MAY omit a non-touch navigation option (trackball, d-pad, or wheel) if the
2891device implementation is not an Android Television device.</li>
2892 <li>MUST report the correct value for android.content.res.Configuration.navigation
2893[<a href="http://developer.android.com/reference/android/content/res/Configuration.html">Resources, 68</a>].</li>
2894 <li>MUST provide a reasonable alternative user interface mechanism for the
2895selection and editing of text, compatible with Input Management Engines. The
2896upstream Android open source implementation includes a selection mechanism
2897suitable for use with devices that lack non-touch navigation inputs.</li>
2898</ul>
2899
2900<h3 id="7_2_3_navigation_keys">7.2.3. Navigation Keys</h3>
2901
2902<div class="note">
2903<p>The availability and visibility requirement of the Home, Recents, and Back
2904functions differ between device types as described in this section.</p>
2905</div>
2906
2907<p>The Home, Recents, and Back functions (mapped to the key events KEYCODE_HOME,
2908KEYCODE_APP_SWITCH, KEYCODE_BACK, respectively) are essential to the Android
2909navigation paradigm and therefore:</p>
2910
2911<ul>
2912 <li>Android Handheld device implementations MUST provide the Home, Recents, and
2913Back functions.</li>
2914 <li>Android Television device implementations MUST provide the Home and Back
2915functions.</li>
2916 <li>Android Watch device implementations MUST have the Home function available to
2917the user, and the Back function except for when it is in UI_MODE_TYPE_WATCH.</li>
2918 <li>Android Automotive implementations MUST provide the Home function and MAY
2919provide Back and Recent functions.</li>
2920 <li>All other types of device implementations MUST provide the Home and Back
2921functions.</li>
2922</ul>
2923
2924<p>These functions MAY be implemented via dedicated physical buttons (such as
2925mechanical or capacitive touch buttons), or MAY be implemented using dedicated
2926software keys on a distinct portion of the screen, gestures, touch panel, etc.
2927Android supports both implementations. All of these functions MUST be
2928accessible with a single action (e.g. tap, double-click or gesture) when
2929visible.</p>
2930
2931<p>Recents function, if provided, MUST have a visible button or icon unless hidden
2932together with other navigation functions in full-screen mode. This does not
2933apply to devices upgrading from earlier Android versions that have physical
2934buttons for navigation and no recents key.</p>
2935
2936<p> The Home and Back functions, if provided, MUST each have a visible button or
2937icon unless hidden together with other navigation functions in full-screen mode
2938or when the uiMode UI_MODE_TYPE_MASK is set to UI_MODE_TYPE_WATCH.</p>
2939
2940<p>The Menu function is deprecated in favor of action bar since Android 4.0.
2941Therefore the new device implementations shipping with Android ANDROID_VERSION and later MUST NOT
2942implement a dedicated physical button for the Menu function. Older device
2943implementations SHOULD NOT implement a dedicated physical button for the Menu
2944function, but if the physical Menu button is implemented and the device is
2945running applications with targetSdkVersion > 10, the device implementation:</p>
2946
2947<ul>
2948 <li>MUST display the action overflow button on the action bar when it is visible
2949and the resulting action overflow menu popup is not empty. For a device
2950implementation launched before Android 4.4 but upgrading to Android ANDROID_VERSION, this
2951is RECOMMENDED.</li>
2952 <li>MUST NOT modify the position of the action overflow popup displayed by
2953selecting the overflow button in the action bar.</li>
2954 <li>MAY render the action overflow popup at a modified position on the screen when
2955it is displayed by selecting the physical menu button.</li>
2956</ul>
2957
2958<p>For backwards compatibility, device implementations MUST make the Menu function
2959available to applications when targetSdkVersion is less than 10, either by a physical
2960button, a software key, or gestures. This Menu function should be presented
2961unless hidden together with other navigation functions.</p>
2962
2963<p>Android supports Assist action [<a href="http://developer.android.com/reference/android/content/Intent.html#ACTION_ASSIST">Resources, 69</a>]. Android device implementations except for Android Watch devices MUST make
2964the Assist action available to the user at all times when running applications.
2965The Assist action SHOULD be implemented as a long-press on the Home button or a
2966swipe-up gesture on the software Home key. This function MAY be implemented via
2967another physical button, software key, or gesture, but MUST be accessible with
2968a single action (e.g. tap, double-click, or gesture) when other navigation keys
2969are visible.</p>
2970
2971<p>Device implementations MAY use a distinct portion of the screen to display the
2972navigation keys, but if so, MUST meet these requirements:</p>
2973
2974<ul>
2975 <li>Device implementation navigation keys MUST use a distinct portion of the
2976screen, not available to applications, and MUST NOT obscure or otherwise
2977interfere with the portion of the screen available to applications.</li>
2978 <li>Device implementations MUST make available a portion of the display to
2979applications that meets the requirements defined in <a href="#7_1_1_screen_configuration">section 7.1.1</a>.</li>
2980 <li>Device implementations MUST display the navigation keys when applications do
2981not specify a system UI mode, or specify SYSTEM_UI_FLAG_VISIBLE.</li>
2982 <li>Device implementations MUST present the navigation keys in an unobtrusive &ldquo;low
2983profile&rdquo; (eg. dimmed) mode when applications specify
2984SYSTEM_UI_FLAG_LOW_PROFILE.</li>
2985 <li>Device implementations MUST hide the navigation keys when applications specify
2986SYSTEM_UI_FLAG_HIDE_NAVIGATION.</li>
2987</ul>
2988
2989<h3 id="7_2_4_touchscreen_input">7.2.4. Touchscreen Input</h3>
2990
2991<div class="note">
2992<p>Android Handhelds and Watch Devices MUST support touchscreen input.</p>
2993</div>
2994
2995
2996<p>Device implementations SHOULD have a pointer input system of some kind (either
2997mouse-like or touch). However, if a device implementation does not support a
2998pointer input system, it MUST NOT report the android.hardware.touchscreen or
2999android.hardware.faketouch feature constant. Device implementations that do
3000include a pointer input system:</p>
3001
3002<ul>
3003 <li>SHOULD support fully independently tracked pointers, if the device input system
3004supports multiple pointers.</li>
3005 <li>MUST report the value of android.content.res.Configuration.touchscreen [<a href="http://developer.android.com/reference/android/content/res/Configuration.html">Resources, 68</a>] corresponding to the type of the specific touchscreen on the device.</li>
3006</ul>
3007
3008<p>Android includes support for a variety of touchscreens, touch pads, and fake
3009touch input devices. Touchscreen based device implementations are associated
3010with a display [<a href="http://source.android.com/devices/tech/input/touch-devices.html">Resources, 70</a>] such that the user has the impression of directly manipulating items on
3011screen. Since the user is directly touching the screen, the system does not
3012require any additional affordances to indicate the objects being manipulated.
3013In contrast, a fake touch interface provides a user input system that
3014approximates a subset of touchscreen capabilities. For example, a mouse or
3015remote control that drives an on-screen cursor approximates touch, but requires
3016the user to first point or focus then click. Numerous input devices like the
3017mouse, trackpad, gyro-based air mouse, gyro-pointer, joystick, and multi-touch
3018trackpad can support fake touch interactions. Android includes the feature
3019constant android.hardware.faketouch, which corresponds to a high-fidelity
3020non-touch (pointer-based) input device such as a mouse or trackpad that can
3021adequately emulate touch-based input (including basic gesture support), and
3022indicates that the device supports an emulated subset of touchscreen
3023functionality. Device implementations that declare the fake touch feature MUST
3024meet the fake touch requirements in <a href="#7_2_5_fake_touch_input">section 7.2.5</a>.</p>
3025
3026<p>Device implementations MUST report the correct feature corresponding to the
3027type of input used. Device implementations that include a touchscreen
3028(single-touch or better) MUST report the platform feature constant
3029android.hardware.touchscreen. Device implementations that report the platform
3030feature constant android.hardware.touchscreen MUST also report the platform
3031feature constant android.hardware.faketouch. Device implementations that do not
3032include a touchscreen (and rely on a pointer device only) MUST NOT report any
3033touchscreen feature, and MUST report only android.hardware.faketouch if they
3034meet the fake touch requirements in <a href="#7_2_5_fake_touch_input">section 7.2.5</a>.</p>
3035
3036<h3 id="7_2_5_fake_touch_input">7.2.5. Fake Touch Input</h3>
3037
3038
3039<p>Device implementations that declare support for android.hardware.faketouch:</p>
3040
3041<ul>
3042 <li>MUST report the absolute X and Y screen positions of the pointer location and
3043display a visual pointer on the screen [<a href="http://developer.android.com/reference/android/view/MotionEvent.html">Resources, 71</a>].</li>
3044 <li>MUST report touch event with the action code that specifies the state change
3045that occurs on the pointer going down or up on the screen [<a href="http://developer.android.com/reference/android/view/MotionEvent.html">Resources, 71</a>].</li>
3046 <li>MUST support pointer down and up on an object on the screen, which allows users
3047to emulate tap on an object on the screen.</li>
3048 <li>MUST support pointer down, pointer up, pointer down then pointer up in the same
3049place on an object on the screen within a time threshold, which allows users to
3050emulate double tap on an object on the screen [<a href="http://developer.android.com/reference/android/view/MotionEvent.html">Resources, 71</a>].</li>
3051 <li>MUST support pointer down on an arbitrary point on the screen, pointer move to
3052any other arbitrary point on the screen, followed by a pointer up, which allows
3053users to emulate a touch drag.</li>
3054 <li>MUST support pointer down then allow users to quickly move the object to a
3055different position on the screen and then pointer up on the screen, which
3056allows users to fling an object on the screen.</li>
3057</ul>
3058
3059<p>Devices that declare support for android.hardware.faketouch.multitouch.distinct
3060MUST meet the requirements for faketouch above, and MUST also support distinct
3061tracking of two or more independent pointer inputs.</p>
3062
3063<h3 id="7_2_6_game_controller_support">7.2.6. Game Controller Support</h3>
3064
3065
3066<p>Android Television device implementations MUST support button mappings for game
3067controllers as listed below. The upstream Android implementation includes
3068implementation for game controllers that satisfies this requirement. </p>
3069
3070<h4 id="7_2_6_1_button_mappings">7.2.6.1. Button Mappings</h4>
3071
3072
3073<p>Android Television device implementations MUST support the following key
3074mappings:</p>
3075<table>
3076 <tr>
3077 <th>Button</th>
3078 <th>HID Usage</strong><sup>2</sup></td>
3079 <th>Android Button</th>
3080 </tr>
3081 <tr>
3082 <td><a href="http://developer.android.com/reference/android/view/KeyEvent.html#KEYCODE_BUTTON_A">A</a><sup>1</sup></td>
3083 <td>0x09 0x0001</td>
3084 <td>KEYCODE_BUTTON_A (96)</td>
3085 </tr>
3086 <tr>
3087 <td><a href="http://developer.android.com/reference/android/view/KeyEvent.html#KEYCODE_BUTTON_B">B</a><sup>1</sup></td>
3088 <td>0x09 0x0002</td>
3089 <td>KEYCODE_BUTTON_B (97)</td>
3090 </tr>
3091 <tr>
3092 <td><a href="http://developer.android.com/reference/android/view/KeyEvent.html#KEYCODE_BUTTON_X">X</a><sup>1</sup></td>
3093 <td>0x09 0x0004</td>
3094 <td>KEYCODE_BUTTON_X (99)</td>
3095 </tr>
3096 <tr>
3097 <td><a href="http://developer.android.com/reference/android/view/KeyEvent.html#KEYCODE_BUTTON_Y">Y</a><sup>1</sup></td>
3098 <td>0x09 0x0005</td>
3099 <td>KEYCODE_BUTTON_Y (100)</td>
3100 </tr>
3101 <tr>
3102 <td><a href="http://developer.android.com/reference/android/view/KeyEvent.html#KEYCODE_DPAD_UP">D-pad up</a><sup>1</sup></p>
3103
3104<p><a href="http://developer.android.com/reference/android/view/KeyEvent.html#KEYCODE_DPAD_DOWN">D-pad down</a><sup>1</sup></td>
Unsuk Jung2e62f9a2015-07-16 23:01:44 -07003105 <td>0x01 0x0039<sup>3</sup></td>
Unsuk Jung5bc81142015-07-16 22:27:20 -07003106 <td><a href="http://developer.android.com/reference/android/view/MotionEvent.html#AXIS_HAT_Y">AXIS_HAT_Y</a><sup>4</sup></td>
3107 </tr>
3108 <tr>
3109 <td><a href="http://developer.android.com/reference/android/view/KeyEvent.html#KEYCODE_DPAD_LEFT">D-pad left</a>1</p>
3110
3111<p><a href="http://developer.android.com/reference/android/view/KeyEvent.html#KEYCODE_DPAD_RIGHT">D-pad right</a><sup>1</sup></td>
Unsuk Jung2e62f9a2015-07-16 23:01:44 -07003112 <td>0x01 0x0039<sup>3</sup></td>
Unsuk Jung5bc81142015-07-16 22:27:20 -07003113 <td><a href="http://developer.android.com/reference/android/view/MotionEvent.html#AXIS_HAT_X">AXIS_HAT_X</a><sup>4</sup></td>
3114 </tr>
3115 <tr>
3116 <td><a href="http://developer.android.com/reference/android/view/KeyEvent.html#KEYCODE_BUTTON_L1">Left shoulder button</a><sup>1</sup></td>
3117 <td>0x09 0x0007</td>
3118 <td>KEYCODE_BUTTON_L1 (102)</td>
3119 </tr>
3120 <tr>
3121 <td><a href="http://developer.android.com/reference/android/view/KeyEvent.html#KEYCODE_BUTTON_R1">Right shoulder button</a><sup>1</sup></td>
3122 <td>0x09 0x0008</td>
3123 <td>KEYCODE_BUTTON_R1 (103)</td>
3124 </tr>
3125 <tr>
3126 <td><a href="http://developer.android.com/reference/android/view/KeyEvent.html#KEYCODE_BUTTON_THUMBL">Left stick click</a><sup>1</sup></td>
3127 <td>0x09 0x000E</td>
3128 <td>KEYCODE_BUTTON_THUMBL (106)</td>
3129 </tr>
3130 <tr>
3131 <td><a href="http://developer.android.com/reference/android/view/KeyEvent.html#KEYCODE_BUTTON_THUMBR">Right stick click</a><sup>1</sup></td>
3132 <td>0x09 0x000F</td>
3133 <td>KEYCODE_BUTTON_THUMBR (107)</td>
3134 </tr>
3135 <tr>
3136 <td><a href="http://developer.android.com/reference/android/view/KeyEvent.html#KEYCODE_HOME">Home</a><sup>1</sup></td>
3137 <td>0x0c 0x0223</td>
3138 <td>KEYCODE_HOME (3)</td>
3139 </tr>
3140 <tr>
3141 <td><a href="http://developer.android.com/reference/android/view/KeyEvent.html#KEYCODE_BACK">Back</a><sup>1</sup></td>
3142 <td>0x0c 0x0224</td>
3143 <td>KEYCODE_BACK (4)</td>
3144 </tr>
3145</table>
3146
3147
3148<p class="table_footnote">1 [<a href="http://developer.android.com/reference/android/view/KeyEvent.html">Resources, 72</a>]</p>
3149
3150<p class="table_footnote">2 The above HID usages must be declared within a Game pad CA (0x01 0x0005).</p>
3151
3152<p class="table_footnote">3 This usage must have a Logical Minimum of 0, a Logical Maximum of 7, a
3153Physical Minimum of 0, a Physical Maximum of 315, Units in Degrees, and a
3154Report Size of 4. The logical value is defined to be the clockwise rotation
3155away from the vertical axis; for example, a logical value of 0 represents no
3156rotation and the up button being pressed, while a logical value of 1 represents
3157a rotation of 45 degrees and both the up and left keys being pressed.</p>
3158
3159<p class="table_footnote">4 [<a href="http://developer.android.com/reference/android/view/MotionEvent.html">Resources, 71</a>]</p>
3160
3161<table>
3162 <tr>
3163 <th>Analog Controls</strong><sup>1</sup></td>
3164 <th>HID Usage</th>
3165 <th>Android Button</th>
3166 </tr>
3167 <tr>
3168 <td><a href="http://developer.android.com/reference/android/view/MotionEvent.html#AXIS_LTRIGGER">Left Trigger</a></td>
3169 <td>0x02 0x00C5</td>
3170 <td>AXIS_LTRIGGER </td>
3171 </tr>
3172 <tr>
3173 <td><a href="http://developer.android.com/reference/android/view/MotionEvent.html#AXIS_THROTTLE">Right Trigger</a></td>
3174 <td>0x02 0x00C4</td>
3175 <td>AXIS_RTRIGGER </td>
3176 </tr>
3177 <tr>
3178 <td><a href="http://developer.android.com/reference/android/view/MotionEvent.html#AXIS_Y">Left Joystick</a></td>
3179 <td>0x01 0x0030</p>
3180
3181<p>0x01 0x0031</td>
3182 <td>AXIS_X</p>
3183
3184<p>AXIS_Y</td>
3185 </tr>
3186 <tr>
3187 <td><a href="http://developer.android.com/reference/android/view/MotionEvent.html#AXIS_Z">Right Joystick</a></td>
3188 <td>0x01 0x0032</p>
3189
3190<p>0x01 0x0035</td>
3191 <td>AXIS_Z</p>
3192
3193<p>AXIS_RZ</td>
3194 </tr>
3195</table>
3196
3197
3198<p class="table_footnote">1 [<a href="http://developer.android.com/reference/android/view/MotionEvent.html">Resources, 71</a>]</p>
3199
3200<h3 id="7_2_7_remote_control">7.2.7. Remote Control</h3>
3201
3202
3203<p>Android Television device implementations SHOULD provide a remote control to
3204allow users to access the TV interface. The remote control MAY be a physical
3205remote or can be a software-based remote that is accessible from a mobile phone
3206or tablet. The remote control MUST meet the requirements defined below.</p>
3207
3208<ul>
3209 <li><strong>Search affordance</strong>. Device implementations MUST fire KEYCODE_SEARCH when the user invokes voice search either on the physical or software-based remote.</li>
3210 <li><strong>Navigation</strong>. All Android Television remotes MUST include Back, Home, and Select buttons and
3211support for D-pad events [<a href="http://developer.android.com/reference/android/view/KeyEvent.html">Resources, 72</a>].</li>
3212</ul>
3213
3214<h2 id="7_3_sensors">7.3. Sensors</h2>
3215
3216
3217<p>Android includes APIs for accessing a variety of sensor types. Devices
3218implementations generally MAY omit these sensors, as provided for in the
3219following subsections. If a device includes a particular sensor type that has a
3220corresponding API for third-party developers, the device implementation MUST
3221implement that API as described in the Android SDK documentation and the
3222Android Open Source documentation on sensors [<a href="http://source.android.com/devices/sensors/">Resources, 73</a>]. For example, device implementations:</p>
3223
3224<ul>
3225 <li>MUST accurately report the presence or absence of sensors per the
3226android.content.pm.PackageManager class [<a href="http://developer.android.com/reference/android/content/pm/PackageManager.html">Resources, 53]</a>.</li>
3227 <li>MUST return an accurate list of supported sensors via the
3228SensorManager.getSensorList() and similar methods.</li>
3229 <li>MUST behave reasonably for all other sensor APIs (for example, by returning
3230true or false as appropriate when applications attempt to register listeners,
3231not calling sensor listeners when the corresponding sensors are not present;
3232etc.).</li>
3233 <li>MUST report all sensor measurements using the relevant International System of
3234Units (metric) values for each sensor type as defined in the Android SDK
3235documentation [<a href="http://developer.android.com/reference/android/hardware/SensorEvent.html">Resources, 74</a>].</li>
3236 <li>SHOULD report the event time in nanoseconds as defined in the Android SDK
3237documentation, representing the time the event happened and synchronized with
3238the SystemClock.elapsedRealtimeNano() clock. Existing and new Android devices
Bert McMeen816a2422015-09-29 16:33:19 -07003239are <strong>STRONGLY RECOMMENDED</strong> to meet these requirement so they will be able to upgrade to the future
Unsuk Jung5bc81142015-07-16 22:27:20 -07003240platform releases where this might become a REQUIRED component. The
3241synchronization error SHOULD be below 100 milliseconds [<a href="http://developer.android.com/reference/android/hardware/SensorEvent.html#timestamp">Resources, 75</a>].</li>
3242</ul>
3243
3244<p>The list above is not comprehensive; the documented behavior of the Android SDK
3245and the Android Open Source Documentations on Sensors [<a href="http://source.android.com/devices/sensors/">Resources, 73</a>] is to be considered authoritative.</p>
3246
3247<p>Some sensor types are composite, meaning they can be derived from data provided
3248by one or more other sensors. (Examples include the orientation sensor, and the
3249linear acceleration sensor.) Device implementations SHOULD implement these
3250sensor types, when they include the prerequisite physical sensors as described
3251in [<a href="https://source.android.com/devices/sensors/sensor-types.html">Resources, 76</a>].
3252If a device implementation includes a composite sensor it MUST implement the
3253sensor as described in the Android Open Source documentation on composite
3254sensors [<a href="https://source.android.com/devices/sensors/sensor-types.html#composite_sensor_type_summary">Resources, 76</a>].</p>
3255
3256<p>Some Android sensors support a &ldquo;continuous&rdquo; trigger mode, which returns data
3257continuously [<a href="https://source.android.com/devices/sensors/report-modes.html#continuous">Resources, 77</a>]. For any API indicated by the Android SDK documentation to be a continuous
3258sensor, device implementations MUST continuously provide periodic data samples
3259that SHOULD have a jitter below 3%, where jitter is defined as the standard
3260deviation of the difference of the reported timestamp values between
3261consecutive events.</p>
3262
3263<p>Note that the device implementations MUST ensure that the sensor event stream
3264MUST NOT prevent the device CPU from entering a suspend state or waking up from
3265a suspend state.</p>
3266
3267<p>Finally, when several sensors are activated, the power consumption SHOULD NOT
3268exceed the sum of the individual sensor&rsquo;s reported power consumption.</p>
3269
3270<h3 id="7_3_1_accelerometer">7.3.1. Accelerometer</h3>
3271
3272
3273<p>Device implementations SHOULD include a 3-axis accelerometer. Android Handheld
Bert McMeen816a2422015-09-29 16:33:19 -07003274devices and Android Watch devices are STRONGLY RECOMMENDED to include this
Unsuk Jung5bc81142015-07-16 22:27:20 -07003275sensor. If a device implementation does include a 3-axis accelerometer, it:</p>
3276
3277<ul>
3278 <li>MUST implement and report TYPE_ACCELEROMETER sensor [<a href="http://developer.android.com/reference/android/hardware/Sensor.html#TYPE_ACCELEROMETER">Resources, 78</a>].</li>
3279 <li>MUST be able to report events up to a frequency of at least 50 Hz for
3280 Android Watch devices as such devices have a stricter power constraint and
3281 100 Hz for all other device types.</li>
3282 <li>SHOULD report events up to at least 200 Hz.</li>
3283 <li>MUST comply with the Android sensor coordinate system as detailed in the
3284Android APIs [<a href="http://developer.android.com/reference/android/hardware/SensorEvent.html">Resources, 74</a>].</li>
3285 <li>MUST be capable of measuring from freefall up to four times the gravity (4g) or
3286more on any axis.</li>
3287 <li>MUST have a resolution of at least 8-bits and SHOULD have a resolution of at
3288least 16-bits.</li>
3289 <li>SHOULD be calibrated while in use if the characteristics changes over the life
3290cycle and compensated, and preserve the compensation parameters between device
3291reboots.</li>
3292 <li>SHOULD be temperature compensated.</li>
3293 <li>MUST have a standard deviation no greater than 0.05 m/s^, where the standard
3294deviation should be calculated on a per axis basis on samples collected over a
3295period of at least 3 seconds at the fastest sampling rate.</li>
3296 <li>SHOULD implement the TYPE_SIGNIFICANT_MOTION, TYPE_TILT_DETECTOR,
3297TYPE_STEP_DETECTOR, TYPE_STEP_COUNTER composite sensors as described in the
Bert McMeen816a2422015-09-29 16:33:19 -07003298Android SDK document. Existing and new Android devices are <strong>STRONGLY RECOMMENDED</strong> to implement the TYPE_SIGNIFICANT_MOTION composite sensor. If any of these
Unsuk Jung5bc81142015-07-16 22:27:20 -07003299sensors are implemented, the sum of their power consumption MUST always be less
3300than 4 mW and SHOULD each be below 2 mW and 0.5 mW for when the device is in a
3301dynamic or static condition.</li>
3302 <li>If a gyroscope sensor is included, MUST implement the TYPE_GRAVITY and
3303TYPE_LINEAR_ACCELERATION composite sensors and SHOULD implement the
3304TYPE_GAME_ROTATION_VECTOR composite sensor. Existing and new Android devices
Bert McMeen816a2422015-09-29 16:33:19 -07003305are STRONGLY RECOMMENDED to implement the TYPE_GAME_ROTATION_VECTOR sensor.</li>
Unsuk Jung5bc81142015-07-16 22:27:20 -07003306 <li>SHOULD implement a TYPE_ROTATION_VECTOR composite sensor, if a gyroscope sensor
3307and a magnetometer sensor is also included.</li>
3308</ul>
3309
3310<h3 id="7_3_2_magnetometer">7.3.2. Magnetometer</h3>
3311
3312
3313<p>Device implementations SHOULD include a 3-axis magnetometer (compass). If a
3314device does include a 3-axis magnetometer, it:</p>
3315
3316<ul>
3317 <li>MUST implement the TYPE_MAGNETIC_FIELD sensor and SHOULD also implement
3318TYPE_MAGNETIC_FIELD_UNCALIBRATED sensor. Existing and new Android devices are
Bert McMeen816a2422015-09-29 16:33:19 -07003319STRONGLY RECOMMENDED to implement the TYPE_MAGNETIC_FIELD_UNCALIBRATED sensor.</li>
Unsuk Jung5bc81142015-07-16 22:27:20 -07003320 <li>MUST be able to report events up to a frequency of at least 10 Hz and SHOULD
3321report events up to at least 50 Hz.</li>
3322 <li>MUST comply with the Android sensor coordinate system as detailed in the
3323Android APIs [<a href="http://developer.android.com/reference/android/hardware/SensorEvent.html">Resources, 74</a>].</li>
3324 <li>MUST be capable of measuring between -900 &micro;T and +900 &micro;T on each axis before
3325saturating.</li>
3326 <li>MUST have a hard iron offset value less than 700 &micro;T and SHOULD have a value
3327below 200 &micro;T, by placing the magnetometer far from dynamic (current-induced)
3328and static (magnet-induced) magnetic fields.</li>
3329 <li>MUST have a resolution equal or denser than 0.6 &micro;T and SHOULD have a resolution
3330equal or denser than 0.2 &micro;.</li>
3331 <li>SHOULD be temperature compensated.</li>
3332 <li>MUST support online calibration and compensation of the hard iron bias, and
3333preserve the compensation parameters between device reboots.</li>
3334 <li>MUST have the soft iron compensation applied&mdash;the calibration can be done either
3335while in use or during the production of the device.</li>
3336 <li>SHOULD have a standard deviation, calculated on a per axis basis on samples
3337collected over a period of at least 3 seconds at the fastest sampling rate, no
3338greater than 0.5 &micro;T.</li>
3339 <li>SHOULD implement a TYPE_ROTATION_VECTOR composite sensor, if an accelerometer
3340sensor and a gyroscope sensor is also included.</li>
3341 <li>MAY implement the TYPE_GEOMAGNETIC_ROTATION_VECTOR sensor if an accelerometer
3342sensor is also implemented. However if implemented, it MUST consume less than
334310 mW and SHOULD consume less than 3 mW when the sensor is registered for batch
3344mode at 10 Hz.</li>
3345</ul>
3346
3347<h3 id="7_3_3_gps">7.3.3. GPS</h3>
3348
3349
3350<p>Device implementations SHOULD include a GPS receiver. If a device
3351implementation does include a GPS receiver, it SHOULD include some form of&ldquo;assisted GPS&rdquo; technique to minimize GPS lock-on time.</p>
3352
3353<h3 id="7_3_4_gyroscope">7.3.4. Gyroscope</h3>
3354
3355
3356<p>Device implementations SHOULD include a gyroscope (angular change sensor).
3357Devices SHOULD NOT include a gyroscope sensor unless a 3-axis accelerometer is
3358also included. If a device implementation includes a gyroscope, it:</p>
3359
3360<ul>
3361 <li>MUST implement the TYPE_GYROSCOPE sensor and SHOULD also implement
3362TYPE_GYROSCOPE_UNCALIBRATED sensor. Existing and new Android devices are
Bert McMeen816a2422015-09-29 16:33:19 -07003363STRONGLY RECOMMENDED to implement the SENSOR_TYPE_GYROSCOPE_UNCALIBRATED sensor.</li>
Unsuk Jung5bc81142015-07-16 22:27:20 -07003364 <li>MUST be capable of measuring orientation changes up to 1,000 degrees per second.</li>
3365 <li>MUST be able to report events up to a frequency of at least 50 Hz for
3366 Android Watch devices as such devices have a stricter power constraint and
3367 100 Hz for all other device types.</li>
3368 <li>SHOULD report events up to at least 200 Hz.</li>
3369 <li>MUST have a resolution of 12-bits or more and SHOULD have a resolution of
337016-bits or more.</li>
3371 <li>MUST be temperature compensated.</li>
3372 <li>MUST be calibrated and compensated while in use, and preserve the compensation
3373parameters between device reboots.</li>
3374 <li>MUST have a variance no greater than 1e-7 rad^2 / s^2 per Hz (variance per Hz,
3375or rad^2 / s). The variance is allowed to vary with the sampling rate, but must
3376be constrained by this value. In other words, if you measure the variance of
3377the gyro at 1 Hz sampling rate it should be no greater than 1e-7 rad^2/s^2.</li>
3378 <li>SHOULD implement a TYPE_ROTATION_VECTOR composite sensor, if an accelerometer
3379sensor and a magnetometer sensor is also included.</li>
3380 <li>If an accelerometer sensor is included, MUST implement the TYPE_GRAVITY and
3381TYPE_LINEAR_ACCELERATION composite sensors and SHOULD implement the
3382TYPE_GAME_ROTATION_VECTOR composite sensor. Existing and new Android devices
Bert McMeen816a2422015-09-29 16:33:19 -07003383are STRONGLY RECOMMENDED to implement the TYPE_GAME_ROTATION_VECTOR sensor.</li>
Unsuk Jung5bc81142015-07-16 22:27:20 -07003384</ul>
3385
3386<h3 id="7_3_5_barometer">7.3.5. Barometer</h3>
3387
3388
3389<p>Device implementations SHOULD include a barometer (ambient air pressure
3390sensor). If a device implementation includes a barometer, it:</p>
3391
3392<ul>
3393 <li>MUST implement and report TYPE_PRESSURE sensor.</li>
3394 <li>MUST be able to deliver events at 5 Hz or greater.</li>
3395 <li>MUST have adequate precision to enable estimating altitude.</li>
3396 <li>MUST be temperature compensated.</li>
3397</ul>
3398
3399<h3 id="7_3_6_thermometer">7.3.6. Thermometer</h3>
3400
3401
3402<p>Device implementations MAY include an ambient thermometer (temperature sensor).
3403If present, it MUST be defined as SENSOR_TYPE_AMBIENT_TEMPERATURE and it MUST
3404measure the ambient (room) temperature in degrees Celsius.</p>
3405
3406<p>Device implementations MAY but SHOULD NOT include a CPU temperature sensor. If
3407present, it MUST be defined as SENSOR_TYPE_TEMPERATURE, it MUST measure the
3408temperature of the device CPU, and it MUST NOT measure any other temperature.
3409Note the SENSOR_TYPE_TEMPERATURE sensor type was deprecated in Android 4.0.</p>
3410
3411<h3 id="7_3_7_photometer">7.3.7. Photometer</h3>
3412
3413
3414<p>Device implementations MAY include a photometer (ambient light sensor).</p>
3415
3416<h3 id="7_3_8_proximity_sensor">7.3.8. Proximity Sensor</h3>
3417
3418
3419<p>Device implementations MAY include a proximity sensor. Devices that can make a
3420voice call and indicate any value other than PHONE_TYPE_NONE in getPhoneType
3421SHOULD include a proximity sensor. If a device implementation does include a
3422proximity sensor, it:</p>
3423
3424<ul>
3425 <li>MUST measure the proximity of an object in the same direction as the screen.
3426That is, the proximity sensor MUST be oriented to detect objects close to the
3427screen, as the primary intent of this sensor type is to detect a phone in use
3428by the user. If a device implementation includes a proximity sensor with any
3429other orientation, it MUST NOT be accessible through this API.</li>
3430 <li>MUST have 1-bit of accuracy or more.</li>
3431</ul>
3432
3433<h2 id="7_4_data_connectivity">7.4. Data Connectivity</h2>
3434
3435
3436<h3 id="7_4_1_telephony">7.4.1. Telephony</h3>
3437
3438
3439<p>&ldquo;Telephony&rdquo; as used by the Android APIs and this document refers specifically
3440to hardware related to placing voice calls and sending SMS messages via a GSM
3441or CDMA network. While these voice calls may or may not be packet-switched,
3442they are for the purposes of Android considered independent of any data
3443connectivity that may be implemented using the same network. In other words,
3444the Android &ldquo;telephony&rdquo; functionality and APIs refer specifically to voice
3445calls and SMS. For instance, device implementations that cannot place calls or
3446send/receive SMS messages MUST NOT report the android.hardware.telephony
3447feature or any subfeatures, regardless of whether they use a cellular network
3448for data connectivity.</p>
3449
3450<p>Android MAY be used on devices that do not include telephony hardware. That is,
3451Android is compatible with devices that are not phones. However, if a device
3452implementation does include GSM or CDMA telephony, it MUST implement full
3453support for the API for that technology. Device implementations that do not
3454include telephony hardware MUST implement the full APIs as no-ops.</p>
3455
3456<h3 id="7_4_2_ieee_802_11_wi-fi">7.4.2. IEEE 802.11 (Wi-Fi)</h3>
3457
3458<div class="note">
3459<p>Android Television device implementations MUST include Wi-Fi support.</p>
3460</div>
3461
3462
3463<p>Android Television device implementations MUST include support for one or more
3464forms of 802.11 (b/g/a/n, etc.) and other types of Android device
3465implementation SHOULD include support for one or more forms of 802.11. If a
3466device implementation does include support for 802.11 and exposes the
3467functionality to a third-party application, it MUST implement the corresponding
3468Android API and:</p>
3469
3470<ul>
3471 <li>MUST report the hardware feature flag android.hardware.wifi.</li>
3472 <li>MUST implement the multicast API as described in the SDK documentation [<a href="http://developer.android.com/reference/android/net/wifi/WifiManager.MulticastLock.html">Resources, 79</a>].</li>
3473 <li>MUST support multicast DNS (mDNS) and MUST NOT filter mDNS packets
3474(224.0.0.251) at any time of operation including when the screen is not in an
3475active state.</li>
3476</ul>
3477
3478<h4 id="7_4_2_1_wi-fi_direct">7.4.2.1. Wi-Fi Direct</h4>
3479
3480
3481<p>Device implementations SHOULD include support for Wi-Fi Direct (Wi-Fi
3482peer-to-peer). If a device implementation does include support for Wi-Fi
3483Direct, it MUST implement the corresponding Android API as described in the SDK
3484documentation [<a href="http://developer.android.com/reference/android/net/wifi/p2p/WifiP2pManager.html">Resources, 80</a>]. If a device implementation includes support for Wi-Fi Direct, then it:</p>
3485
3486<ul>
3487 <li>MUST report the hardware feature android.hardware.wifi.direct.</li>
3488 <li>MUST support regular Wi-Fi operation.</li>
3489 <li>SHOULD support concurrent Wi-Fi and Wi-Fi Direct operation.</li>
3490</ul>
3491
3492<h4 id="7_4_2_2_wi-fi_tunneled_direct_link_setup">7.4.2.2. Wi-Fi Tunneled Direct Link Setup</h4>
3493
3494<div class="note">
3495<p>Android Television device implementations MUST include support for Wi-Fi
3496Tunneled Direct Link Setup (TDLS).</p>
3497</div>
3498
3499
3500<p>Android Television device implementations MUST include support for Wi-Fi
3501Tunneled Direct Link Setup (TDLS) and other types of Android device
3502implementations SHOULD include support for Wi-Fi TDLS as described in the
3503Android SDK Documentation [<a href="http://developer.android.com/reference/android/net/wifi/WifiManager.html">Resources, 81</a>]. If a device implementation does include support for TDLS and TDLS is enabled
3504by the WiFiManager API, the device:</p>
3505
3506<ul>
3507 <li>SHOULD use TDLS only when it is possible AND beneficial.</li>
3508 <li>SHOULD have some heuristic and NOT use TDLS when its performance might be worse
3509than going through the Wi-Fi access point.</li>
3510</ul>
3511
3512<h3 id="7_4_3_bluetooth">7.4.3. Bluetooth</h3>
3513
3514<div class="note">
3515<p>Android Watch and Automotive implementations MUST support Bluetooth. Android
3516Television implementations MUST support Bluetooth and Bluetooth LE.</p>
3517</div>
3518
3519
3520<p>Android includes support for Bluetooth and Bluetooth Low Energy [<a href="http://developer.android.com/reference/android/bluetooth/package-summary.html">Resources, 82</a>]. Device implementations that include support for Bluetooth and Bluetooth Low
3521Energy MUST declare the relevant platform features (android.hardware.bluetooth
3522and android.hardware.bluetooth_le respectively) and implement the platform
3523APIs. Device implementations SHOULD implement relevant Bluetooth profiles such
3524as A2DP, AVCP, OBEX, etc. as appropriate for the device. Android Television
3525device implementations MUST support Bluetooth and Bluetooth LE. </p>
3526
3527<p>Device implementations including support for Bluetooth Low Energy:</p>
3528
3529<ul>
3530 <li>MUST declare the hardware feature android.hardware.bluetooth_le.</li>
3531 <li>MUST enable the GATT (generic attribute profile) based Bluetooth APIs as
3532described in the SDK documentation and [<a href="http://developer.android.com/reference/android/bluetooth/package-summary.html">Resources, 82</a>].</li>
Unsuk Junga13d8762015-09-29 22:25:08 -07003533 <li>MUST implement a Resolvable Private Address (RPA) timeout no longer than
353415 minutes, and rotate the address at timeout to protect user privacy.</li>
Unsuk Jung5bc81142015-07-16 22:27:20 -07003535 <li>SHOULD support offloading of the filtering logic to the bluetooth chipset when
3536implementing the ScanFilter API [<a href="https://developer.android.com/reference/android/bluetooth/le/ScanFilter.html">Resources, 83</a>], and MUST report the correct value of where the filtering logic is implemented whenever queried via the
3537android.bluetooth.BluetoothAdapter.isOffloadedFilteringSupported() method.</li>
3538 <li>SHOULD support offloading of the batched scanning to the bluetooth chipset, but
3539if not supported, MUST report &lsquo;false&rsquo; whenever queried via the
3540android.bluetooth.BluetoothAdapater.isOffloadedScanBatchingSupported() method.</li>
3541 <li>SHOULD support multi advertisement with at least 4 slots, but if not supported,
3542MUST report &lsquo;false&rsquo; whenever queried via the
3543android.bluetooth.BluetoothAdapter.isMultipleAdvertisementSupported() method.</li>
3544</ul>
3545
3546<h3 id="7_4_4_near-field_communications">7.4.4. Near-Field Communications</h3>
3547
3548
3549<p>Device implementations SHOULD include a transceiver and related hardware for
3550Near-Field Communications (NFC). If a device implementation does include NFC
3551hardware and plans to make it available to third-party apps, then it:</p>
3552
3553<ul>
3554 <li>MUST report the android.hardware.nfc feature from the
3555android.content.pm.PackageManager.hasSystemFeature() method [<a href="http://developer.android.com/reference/android/content/pm/PackageManager.html">Resources, 53</a>].</li>
3556 <li>MUST be capable of reading and writing NDEF messages via the following NFC
3557standards:
3558 <ul>
3559 <li>MUST be capable of acting as an NFC Forum reader/writer (as defined by the NFC
3560Forum technical specification NFCForum-TS-DigitalProtocol-1.0) via the
3561following NFC standards:
3562 <ul>
3563 <li>NfcA (ISO14443-3A)</li>
3564 <li>NfcB (ISO14443-3B)</li>
Martijn Coenen048f4aa2015-09-17 14:24:55 +02003565 <li>NfcF (JIS X 6319-4)</li>
Unsuk Jung5bc81142015-07-16 22:27:20 -07003566 <li>IsoDep (ISO 14443-4)</li>
3567 <li>NFC Forum Tag Types 1, 2, 3, 4 (defined by the NFC Forum)</li>
3568 </ul>
Martijn Coenen048f4aa2015-09-17 14:24:55 +02003569 <li>MUST be capable of reading and writing NDEF messages as well as raw
3570 data via the following NFC standards:</li>
Unsuk Jung5bc81142015-07-16 22:27:20 -07003571 <ul>
3572 <li>NfcV (ISO 15693)</li>
3573 </ul></li>
Martijn Coenen048f4aa2015-09-17 14:24:55 +02003574 <li>SHOULD be capable of reading the barcode and URL (if encoded) of
3575 Thinfilm NFC Barcode
3576 [<a href="http://developer.android.com/reference/android/nfc/tech/NfcBarcode.html">Resources, XX</a>] products.
3577 </li>
Unsuk Jung5bc81142015-07-16 22:27:20 -07003578 <li>MUST be capable of transmitting and receiving data via the following
3579peer-to-peer standards and protocols:
3580 <ul>
3581 <li>ISO 18092</li>
Martijn Coenen048f4aa2015-09-17 14:24:55 +02003582 <li>LLCP 1.2 (defined by the NFC Forum)</li>
Unsuk Jung5bc81142015-07-16 22:27:20 -07003583 <li>SDP 1.0 (defined by the NFC Forum)</li>
3584 <li>NDEF Push Protocol [<a href="http://static.googleusercontent.com/media/source.android.com/en/us/compatibility/ndef-push-protocol.pdf">Resources, 84</a>]</li>
3585 <li>SNEP 1.0 (defined by the NFC Forum)</li>
3586 </ul></li>
3587 <li>MUST include support for Android Beam [<a href="http://developer.android.com/guide/topics/connectivity/nfc/nfc.html">Resources, 85</a>]:
3588 <ul>
3589 <li>MUST implement the SNEP default server. Valid NDEF messages received by the
3590default SNEP server MUST be dispatched to applications using the
3591android.nfc.ACTION_NDEF_DISCOVERED intent. Disabling Android Beam in settings
3592MUST NOT disable dispatch of incoming NDEF message.</li>
3593 <li>MUST honor the android.settings.NFCSHARING_SETTINGS intent to show NFC sharing
3594settings [<a href="http://developer.android.com/reference/android/provider/Settings.html#ACTION_NFCSHARING_SETTINGS">Resources, 86</a>].</li>
3595 <li>MUST implement the NPP server. Messages received by the NPP server MUST be
3596processed the same way as the SNEP default server.</li>
3597 <li>MUST implement a SNEP client and attempt to send outbound P2P NDEF to the
3598default SNEP server when Android Beam is enabled. If no default SNEP server is
3599found then the client MUST attempt to send to an NPP server.</li>
3600 <li>MUST allow foreground activities to set the outbound P2P NDEF message using
3601android.nfc.NfcAdapter.setNdefPushMessage, and
3602android.nfc.NfcAdapter.setNdefPushMessageCallback, and
3603android.nfc.NfcAdapter.enableForegroundNdefPush.</li>
3604 <li>SHOULD use a gesture or on-screen confirmation, such as 'Touch to Beam', before
3605sending outbound P2P NDEF messages.</li>
3606 <li>SHOULD enable Android Beam by default and MUST be able to send and receive
3607using Android Beam, even when another proprietary NFC P2p mode is turned on.</li>
3608 <li>MUST support NFC Connection handover to Bluetooth when the device supports
3609Bluetooth Object Push Profile. Device implementations MUST support connection
3610handover to Bluetooth when using android.nfc.NfcAdapter.setBeamPushUris, by
3611implementing the &ldquo;Connection Handover version 1.2&rdquo; [<a href="http://members.nfc-forum.org/specs/spec_list/#conn_handover">Resources, 87</a>] and &ldquo;Bluetooth Secure Simple Pairing Using NFC version 1.0&rdquo; [<a href="http://members.nfc-forum.org/apps/group_public/download.php/18688/NFCForum-AD-BTSSP_1_1.pdf">Resources, 88</a>] specs from the NFC Forum. Such an implementation MUST implement the handover
3612LLCP service with service name &ldquo;urn:nfc:sn:handover&rdquo; for exchanging the
3613handover request/select records over NFC, and it MUST use the Bluetooth Object
3614Push Profile for the actual Bluetooth data transfer. For legacy reasons (to
3615remain compatible with Android 4.1 devices), the implementation SHOULD still
3616accept SNEP GET requests for exchanging the handover request/select records
3617over NFC. However an implementation itself SHOULD NOT send SNEP GET requests
3618for performing connection handover.</li>
3619 </ul></li>
3620 <li>MUST poll for all supported technologies while in NFC discovery mode.</li>
3621 <li>SHOULD be in NFC discovery mode while the device is awake with the screen
3622active and the lock-screen unlocked.</li>
3623</ul>
3624</ul>
3625
3626<p>(Note that publicly available links are not available for the JIS, ISO, and NFC
3627Forum specifications cited above.)</p>
3628
3629<p>Android includes support for NFC Host Card Emulation (HCE) mode. If a
3630device implementation does include an NFC controller chipset capable of HCE and
3631Application ID (AID) routing, then it:</p>
3632
3633<ul>
3634 <li>MUST report the android.hardware.nfc.hce feature constant.</li>
3635 <li>MUST support NFC HCE APIs as defined in the Android SDK [<a href="http://developer.android.com/guide/topics/connectivity/nfc/hce.html">Resources, 10</a>].</li>
3636</ul>
3637
3638<p>Additionally, device implementations MAY include reader/writer support for the
3639following MIFARE technologies.</p>
3640
3641<ul>
3642 <li>MIFARE Classic</li>
3643 <li>MIFARE Ultralight</li>
3644 <li>NDEF on MIFARE Classic</li>
3645</ul>
3646
3647<p>Note that Android includes APIs for these MIFARE types. If a device
3648implementation supports MIFARE in the reader/writer role, it:</p>
3649
3650<ul>
3651 <li>MUST implement the corresponding Android APIs as documented by the Android SDK.</li>
3652 <li>MUST report the feature com.nxp.mifare from the
Martijn Coenen048f4aa2015-09-17 14:24:55 +02003653android.content.pm.PackageManager.hasSystemFeature() method <a href="http://developer.android.com/reference/android/content/pm/PackageManager.html">[Resources, 53]</a>. Note that this is not a standard Android feature and as such does not appear
3654as a constant in the android.content.pm.PackageManager class.</li>
Unsuk Jung5bc81142015-07-16 22:27:20 -07003655 <li>MUST NOT implement the corresponding Android APIs nor report the com.nxp.mifare
3656feature unless it also implements general NFC support as described in this
3657section.</li>
3658</ul>
3659
3660<p>If a device implementation does not include NFC hardware, it MUST NOT declare
3661the android.hardware.nfc feature from the
3662android.content.pm.PackageManager.hasSystemFeature() method [<a href="http://developer.android.com/reference/android/content/pm/PackageManager.html">Resources, 53]</a>, and MUST implement the Android NFC API as a no-op.</p>
3663
3664<p>As the classes android.nfc.NdefMessage and android.nfc.NdefRecord represent a
3665protocol-independent data representation format, device implementations MUST
3666implement these APIs even if they do not include support for NFC or declare the
3667android.hardware.nfc feature.</p>
3668
3669<h3 id="7_4_5_minimum_network_capability">7.4.5. Minimum Network Capability</h3>
3670
3671
3672<p>Device implementations MUST include support for one or more forms of data
3673networking. Specifically, device implementations MUST include support for at
3674least one data standard capable of 200Kbit/sec or greater. Examples of
3675technologies that satisfy this requirement include EDGE, HSPA, EV-DO, 802.11g,
3676Ethernet, Bluetooth PAN, etc.</p>
3677
3678<p>Device implementations where a physical networking standard (such as Ethernet)
3679is the primary data connection SHOULD also include support for at least one
3680common wireless data standard, such as 802.11 (Wi-Fi).</p>
3681
3682<p>Devices MAY implement more than one form of data connectivity.</p>
3683
3684<h3 id="7_4_6_sync_settings">7.4.6. Sync Settings</h3>
3685
3686
3687<p>Device implementations MUST have the master auto-sync setting on by default so
3688that the method getMasterSyncAutomatically() returns &ldquo;true&rdquo; [<a href="http://developer.android.com/reference/android/content/ContentResolver.html">Resources, 89</a>].</p>
3689
3690<h2 id="7_5_cameras">7.5. Cameras</h2>
3691
3692
3693<p>Device implementations SHOULD include a rear-facing camera and MAY include a
3694front-facing camera. A rear-facing camera is a camera located on the side of
3695the device opposite the display; that is, it images scenes on the far side of
3696the device, like a traditional camera. A front-facing camera is a camera
3697located on the same side of the device as the display; that is, a camera
3698typically used to image the user, such as for video conferencing and similar
3699applications.</p>
3700
3701<p>If a device implementation includes at least one camera, it SHOULD be possible
3702for an application to simultaneously allocate 3 bitmaps equal to the size of
3703the images produced by the largest-resolution camera sensor on the device.</p>
3704
3705<h3 id="7_5_1_rear-facing_camera">7.5.1. Rear-Facing Camera</h3>
3706
3707
3708<p>Device implementations SHOULD include a rear-facing camera. If a device
3709implementation includes at least one rear-facing camera, it:</p>
3710
3711<ul>
3712 <li>MUST report the feature flag android.hardware.camera and
3713android.hardware.camera.any.</li>
3714 <li>MUST have a resolution of at least 2 megapixels.</li>
3715 <li>SHOULD have either hardware auto-focus or software auto-focus implemented in
3716the camera driver (transparent to application software).</li>
3717 <li>MAY have fixed-focus or EDOF (extended depth of field) hardware.</li>
3718 <li>MAY include a flash. If the Camera includes a flash, the flash lamp MUST NOT be
3719lit while an android.hardware.Camera.PreviewCallback instance has been
3720registered on a Camera preview surface, unless the application has explicitly
3721enabled the flash by enabling the FLASH_MODE_AUTO or FLASH_MODE_ON attributes
3722of a Camera.Parameters object. Note that this constraint does not apply to the
3723device&rsquo;s built-in system camera application, but only to third-party
3724applications using Camera.PreviewCallback.</li>
3725</ul>
3726
3727<h3 id="7_5_2_front-facing_camera">7.5.2. Front-Facing Camera</h3>
3728
3729
3730<p>Device implementations MAY include a front-facing camera. If a device
3731implementation includes at least one front-facing camera, it:</p>
3732
3733<ul>
3734 <li>MUST report the feature flag android.hardware.camera.any and
3735android.hardware.camera.front.</li>
3736 <li>MUST have a resolution of at least VGA (640x480 pixels).</li>
3737 <li>MUST NOT use a front-facing camera as the default for the Camera API. The
3738camera API in Android has specific support for front-facing cameras and device
3739implementations MUST NOT configure the API to to treat a front-facing camera as
3740the default rear-facing camera, even if it is the only camera on the device.</li>
3741 <li>MAY include features (such as auto-focus, flash, etc.) available to rear-facing
3742cameras as described in <a href="#7_5_1_rear-facing_camera">section 7.5.1</a>.</li>
3743 <li>MUST horizontally reflect (i.e. mirror) the stream displayed by an app in a
3744CameraPreview, as follows:
3745 <ul>
3746 <li>If the device implementation is capable of being rotated by user (such as
3747automatically via an accelerometer or manually via user input), the camera
3748preview MUST be mirrored horizontally relative to the device&rsquo;s current
3749orientation.</li>
3750 <li>If the current application has explicitly requested that the Camera display be
3751rotated via a call to the android.hardware.Camera.setDisplayOrientation()[<a href="http://developer.android.com/reference/android/hardware/Camera.html#setDisplayOrientation(int)">Resources, 90</a>] method, the camera preview MUST be mirrored horizontally relative to the
3752orientation specified by the application.</li>
3753 <li>Otherwise, the preview MUST be mirrored along the device&rsquo;s default horizontal
3754axis.</li>
3755 </ul></li>
3756 <li>MUST mirror the image displayed by the postview in the same manner as the
3757camera preview image stream. If the device implementation does not support
3758postview, this requirement obviously does not apply.</li>
3759 <li>MUST NOT mirror the final captured still image or video streams returned to
3760application callbacks or committed to media storage.</li>
3761</ul>
3762
3763<h3 id="7_5_3_external_camera">7.5.3. External Camera</h3>
3764
3765
3766<p>Device implementations with USB host mode MAY include support for an external
3767camera that connects to the USB port. If a device includes support for an
3768external camera, it:</p>
3769
3770<ul>
3771 <li>MUST declare the platform feature android.hardware.camera.external and
3772android.hardware camera.any.</li>
3773 <li>MUST support USB Video Class (UVC 1.0 or higher).</li>
3774 <li>MAY support multiple cameras.</li>
3775</ul>
3776
3777<p>Video compression (such as MJPEG) support is RECOMMENDED to enable transfer of
3778high-quality unencoded streams (i.e. raw or independently compressed picture
3779streams). Camera-based video encoding MAY be supported. If so, a simultaneous
3780unencoded/ MJPEG stream (QVGA or greater resolution) MUST be accessible to the
3781device implementation.</p>
3782
3783<h3 id="7_5_4_camera_api_behavior">7.5.4. Camera API Behavior</h3>
3784
3785
3786<p>Android includes two API packages to access the camera, the newer
3787android.hardware.camera2 API expose lower-level camera control to the app,
3788including efficient zero-copy burst/streaming flows and per-frame controls of
3789exposure, gain, white balance gains, color conversion, denoising, sharpening,
3790and more.</p>
3791
3792<p>The older API package, android.hardware.Camera, is marked as deprecated in
3793Android 5.0 but as it should still be available for apps to use Android device
3794implementations MUST ensure the continued support of the API as described in
3795this section and in the Android SDK.</p>
3796
3797<p>Device implementations MUST implement the following behaviors for the
3798camera-related APIs, for all available cameras:</p>
3799
3800<ul>
3801 <li>If an application has never called
3802android.hardware.Camera.Parameters.setPreviewFormat(int), then the device MUST
3803use android.hardware.PixelFormat.YCbCr_420_SP for preview data provided to
3804application callbacks.</li>
3805 <li>If an application registers an android.hardware.Camera.PreviewCallback instance
3806and the system calls the onPreviewFrame() method when the preview format is
3807YCbCr_420_SP, the data in the byte[] passed into onPreviewFrame() must further
3808be in the NV21 encoding format. That is, NV21 MUST be the default.</li>
3809 <li>For android.hardware.Camera, device implementations MUST support the YV12
3810format (as denoted by the android.graphics.ImageFormat.YV12 constant) for
3811camera previews for both front- and rear-facing cameras. (The hardware video
3812encoder and camera may use any native pixel format, but the device
3813implementation MUST support conversion to YV12.)</li>
3814 <li>For android.hardware.camera2, device implementations must support the
3815android.hardware.ImageFormat.YUV_420_888 and android.hardware.ImageFormat.JPEG
3816formats as outputs through the android.media.ImageReader API.</li>
3817</ul>
3818
3819<p>Device implementations MUST still implement the full Camera API included in the
3820Android SDK documentation [<a href="http://developer.android.com/reference/android/hardware/Camera.html">Resources, 91</a>], regardless of whether the device includes hardware autofocus or other
3821capabilities. For instance, cameras that lack autofocus MUST still call any
3822registered android.hardware.Camera.AutoFocusCallback instances (even though
3823this has no relevance to a non-autofocus camera.) Note that this does apply to
3824front-facing cameras; for instance, even though most front-facing cameras do
3825not support autofocus, the API callbacks must still be &ldquo;faked&rdquo; as described.</p>
3826
3827<p>Device implementations MUST recognize and honor each parameter name defined as
3828a constant on the android.hardware.Camera.Parameters class, if the underlying
3829hardware supports the feature. If the device hardware does not support a
3830feature, the API must behave as documented. Conversely, device implementations
3831MUST NOT honor or recognize string constants passed to the
3832android.hardware.Camera.setParameters() method other than those documented as
3833constants on the android.hardware.Camera.Parameters. That is, device
3834implementations MUST support all standard Camera parameters if the hardware
3835allows, and MUST NOT support custom Camera parameter types. For instance,
3836device implementations that support image capture using high dynamic range
3837(HDR) imaging techniques MUST support camera parameter Camera.SCENE_MODE_HDR [<a href="http://developer.android.com/reference/android/hardware/Camera.Parameters.html">Resources, 92</a>].</p>
3838
3839<p>Because not all device implementations can fully support all the features of
3840the android.hardware.camera2 API, device implementations MUST report the proper
3841level of support with the android.info.supportedHardwareLevel property as
3842described in the Android SDK [<a href="https://developer.android.com/reference/android/hardware/camera2/CameraCharacteristics.html#INFO_SUPPORTED_HARDWARE_LEVEL">Resources, 93]</a> and report the appropriate framework feature flags [<a href="http://source.android.com/devices/camera/versioning.html">Resources, 94]</a>. </p>
3843
3844<p>Device implementations MUST also declare its Individual camera capabilities of
3845android.hardware.camera2 via the android.request.availableCapabilities property
3846and declare the appropriate feature flags [<a href="http://source.android.com/devices/camera/versioning.html">Resources, 94]</a>; a device must define the feature flag if any of its attached camera devices supports the feature.</p>
3847
3848<p>Device implementations MUST broadcast the Camera.ACTION_NEW_PICTURE intent
3849whenever a new picture is taken by the camera and the entry of the picture has
3850been added to the media store.</p>
3851
3852<p>Device implementations MUST broadcast the Camera.ACTION_NEW_VIDEO intent
3853whenever a new video is recorded by the camera and the entry of the picture has
3854been added to the media store.</p>
3855
3856<h3 id="7_5_5_camera_orientation">7.5.5. Camera Orientation</h3>
3857
3858
3859<p>Both front- and rear-facing cameras, if present, MUST be oriented so that the
3860long dimension of the camera aligns with the screen&rsquo;s long dimension. That is,
3861when the device is held in the landscape orientation, cameras MUST capture
3862images in the landscape orientation. This applies regardless of the device&rsquo;s
3863natural orientation; that is, it applies to landscape-primary devices as well
3864as portrait-primary devices.</p>
3865
3866<h2 id="7_6_memory_and_storage">7.6. Memory and Storage</h2>
3867
3868
3869<h3 id="7_6_1_minimum_memory_and_storage">7.6.1. Minimum Memory and Storage</h3>
3870
3871<div class="note">
3872<p>Android Television devices MUST have at least 5GB of non-volatile storage
3873available for application private data.</p>
3874</div>
3875
3876
3877<p>The memory available to the kernel and userspace on device implementations MUST
3878be at least equal or larger than the minimum values specified by the following
3879table. (See <a href="#7_1_1_screen_configuration">section 7.1.1</a> for screen size and density definitions.)</p>
3880<table>
3881 <tr>
3882 <th>Density and screen size</th>
3883 <th>32-bit device</th>
3884 <th>64-bit device</th>
3885 </tr>
3886 <tr>
3887 <td>Android Watch devices (due to smaller screens)</td>
3888 <td>416MB</td>
3889 <td>Not applicable</td>
3890 </tr>
3891 <tr>
3892 <td><ul>
Unsuk Jung2e62f9a2015-07-16 23:01:44 -07003893 <li class="table_list">280dpi or lower on small/normal screens</li>
Unsuk Jung5bc81142015-07-16 22:27:20 -07003894 <li class="table_list">mdpi or lower on large screens</li>
3895 <li class="table_list">ldpi or lower on extra large screens</li>
3896 </ul></td>
3897 <td>424MB</td>
Unsuk Jung2e62f9a2015-07-16 23:01:44 -07003898 <td>704MB</td>
Unsuk Jung5bc81142015-07-16 22:27:20 -07003899 </tr>
3900 <tr>
3901 <td><ul>
3902 <li class="table_list">xhdpi or higher on small/normal screens</li>
3903 <li class="table_list">hdpi or higher on large screens</li>
3904 <li class="table_list">mdpi or higher on extra large screens</li></ul></td>
3905 <td>512MB</td>
3906 <td>832MB</td>
3907 </tr>
3908 <tr>
3909 <td><ul>
3910 <li class="table_list">400dpi or higher on small/normal screens</li>
3911 <li class="table_list">xhdpi or higher on large screens</li>
3912 <li class="table_list">tvdpi or higher on extra large screens</li></ul></td>
3913 <td>896MB</td>
3914 <td>1280MB</td>
3915 </tr>
3916 <tr>
3917 <td><ul>
3918 <li class="table_list">560dpi or higher on small/normal screens</li>
3919 <li class="table_list">400dpi or higher on large screens</li>
3920 <li class="table_list">xhdpi or higher on extra large screens</li></ul></td>
3921 <td>1344MB</td>
3922 <td>1824MB</td>
3923 </tr>
3924</table>
3925
3926
3927<p>The minimum memory values MUST be in addition to any memory space already
3928dedicated to hardware components such as radio, video, and so on that is not
3929under the kernel&rsquo;s control.</p>
3930
3931<p>Device implementations with less than 512MB of memory available to the kernel
3932and userspace, unless an Android Watch, MUST return the value "true" for
3933ActivityManager.isLowRamDevice().</p>
3934
3935<p>Android Television devices MUST have at least 5GB and other device
3936implementations MUST have at least 1.5GB of non-volatile storage available for
3937application private data. That is, the /data partition MUST be at least 5GB for
3938Android Television devices and at least 1.5GB for other device implementations.
Bert McMeen816a2422015-09-29 16:33:19 -07003939Device implementations that run Android are <strong>STRONGLY RECOMMENDED</strong> to have at least 3GB of non-volatile storage for application private data so
Unsuk Jung5bc81142015-07-16 22:27:20 -07003940they will be able to upgrade to the future platform releases.</p>
3941
3942<p>The Android APIs include a Download Manager that applications MAY use to
3943download data files [<a href="http://developer.android.com/reference/android/app/DownloadManager.html">Resources, 95</a>]. The device implementation of the Download Manager MUST be capable of
3944downloading individual files of at least 100MB in size to the default &ldquo;cache"
3945location.</p>
3946
3947<h3 id="7_6_2_application_shared_storage">7.6.2. Application Shared Storage</h3>
3948
3949
3950<p>Device implementations MUST offer shared storage for applications also often
3951referred as &ldquo;shared external storage&rdquo;. </p>
3952
3953<p>Device implementations MUST be configured with shared storage mounted by
3954default, &ldquo;out of the box&rdquo;. If the shared storage is not mounted on the Linux
3955path /sdcard, then the device MUST include a Linux symbolic link from /sdcard
3956to the actual mount point.</p>
3957
3958<p>Device implementations MAY have hardware for user-accessible removable storage,
3959such as a Secure Digital (SD) card slot. If this slot is used to satisfy the
3960shared storage requirement, the device implementation:</p>
3961
3962<ul>
3963 <li>MUST implement a toast or pop-up user interface warning the user when there is
3964no SD card.</li>
3965 <li>MUST include a FAT-formatted SD card 1GB in size or larger OR show on the box
3966and other material available at time of purchase that the SD card has to be
3967separately purchased.</li>
3968 <li>MUST mount the SD card by default.</li>
3969</ul>
3970
3971<p>Alternatively, device implementations MAY allocate internal (non-removable)
3972storage as shared storage for apps as included in the upstream Android Open
3973Source Project; device implementations SHOULD use this configuration and
3974software implementation. If a device implementation uses internal
3975(non-removable) storage to satisfy the shared storage requirement, that storage
3976MUST be 1GB in size or larger and mounted on /sdcard (or /sdcard MUST be a
3977symbolic link to the physical location if it is mounted elsewhere).</p>
3978
3979<p>Device implementations MUST enforce as documented the
3980android.permission.WRITE_EXTERNAL_STORAGE permission on this shared storage.
3981Shared storage MUST otherwise be writable by any application that obtains that
3982permission.</p>
3983
3984<p>Device implementations that include multiple shared storage paths (such as both
3985an SD card slot and shared internal storage) MUST NOT allow Android
3986applications to write to the secondary external storage, except for their
3987package-specific directories on the secondary external storage, but SHOULD
3988expose content from both storage paths transparently through Android&rsquo;s media
3989scanner service and android.provider.MediaStore.</p>
3990
3991<p>Regardless of the form of shared storage used, if the device implementation
3992has a USB port with USB peripheral mode support, it MUST provide some mechanism
3993to access the contents of shared storage from a host computer. Device
3994implementations MAY use USB mass storage, but SHOULD use Media Transfer Protocol
3995to satisfy this requirement. If the device implementation supports Media
3996Transfer Protocol, it:</p>
3997
3998<ul>
3999 <li>SHOULD be compatible with the reference Android MTP host, Android File Transfer
4000[<a href="http://www.android.com/filetransfer">Resources, 96</a>].</li>
4001 <li>SHOULD report a USB device class of 0x00.</li>
4002 <li>SHOULD report a USB interface name of 'MTP'.</li>
4003</ul>
4004
4005<h2 id="7_7_usb">7.7. USB</h2>
4006
4007
4008<p>Device implementations SHOULD support USB peripheral mode and SHOULD support
4009USB host mode.</p>
4010
4011<p>If a device implementation includes a USB port supporting peripheral mode:</p>
4012
4013<ul>
4014 <li>The port MUST be connectable to a USB host that has a standard type-A or type
4015-C USB port.</li>
4016 <li>The port SHOULD use micro-A, micro-AB or type-C USB form factor. Existing and
Bert McMeen816a2422015-09-29 16:33:19 -07004017new Android devices are <strong>STRONGLY RECOMMENDED to meet these requirements</strong> so they will be able to upgrade to the future platform releases.</li>
Unsuk Jung5bc81142015-07-16 22:27:20 -07004018 <li>The port SHOULD be centered in the middle of an edge. Device implementations
4019SHOULD either locate the port on the bottom of the device (according to natural
4020orientation) or enable software screen rotation for all apps (including home
4021screen), so that the display draws correctly when the device is oriented with
Bert McMeen816a2422015-09-29 16:33:19 -07004022the port at bottom. Existing and new Android devices are <strong>STRONGLY RECOMMENDED to meet these requirements</strong> so they will be able to upgrade to future platform releases.</li>
Unsuk Jung5bc81142015-07-16 22:27:20 -07004023 <li>It MUST allow a USB host connected with the Android device to access the
4024contents of the shared storage volume using either USB mass storage or Media
4025Transfer Protocol.</li>
4026 <li>It SHOULD implement the Android Open Accessory (AOA) API and specification as
4027documented in the Android SDK documentation, and if it is an Android Handheld
4028device it MUST implement the AOA API. Device implementations implementing the
4029AOA specification:
4030 <ul>
4031 <li>MUST declare support for the hardware feature android.hardware.usb.accessory [<a href="http://developer.android.com/guide/topics/connectivity/usb/accessory.html">Resources, 97</a>].</li>
4032 <li>MUST implement the USB audio class as documented in the Android SDK
4033documentation [<a href="http://developer.android.com/reference/android/hardware/usb/UsbConstants.html#USB_CLASS_AUDIO">Resources, 98</a>].</li>
Unsuk Jungd94638a2015-09-29 20:50:56 -07004034 <li>And also the USB mass storage class, MUST include the string "android"
4035at the end of the interface description <code>iInterface</code> string of the
4036USB mass storage</li>
4037 </ul>
4038 </li>
Unsuk Jung5bc81142015-07-16 22:27:20 -07004039 <li>It SHOULD implement support to draw 1.5 A current during HS chirp and traffic
Bert McMeen816a2422015-09-29 16:33:19 -07004040as specified in the USB battery charging specification [<a href="http://www.usb.org/developers/docs/devclass_docs/USB_Battery_Charging_1.2.pdf">Resources, 99</a>]. Existing and new Android devices are <strong>STRONGLY RECOMMENDED to meet these requirements</strong> so they will be able to upgrade to the future platform releases.</li>
Unsuk Jung5bc81142015-07-16 22:27:20 -07004041 <li>The value of iSerialNumber in USB standard device descriptor MUST be equal to
4042the value of android.os.Build.SERIAL.</li>
4043</ul>
4044
4045<p>If a device implementation includes a USB port supporting host mode, it:</p>
4046
4047<ul>
4048 <li>SHOULD use a type-C USB port, if the device implementation supports USB 3.1.</li>
4049 <li>MAY use a non-standard port form factor, but if so MUST ship with a cable or
4050cables adapting the port to a standard type-A or type-C USB port.</li>
4051 <li>MAY use a micro-AB USB port, but if so SHOULD ship with a cable or cables
4052adapting the port to a standard type-A or type-C USB port.</li>
4053 <li>is <strong>very strongly RECOMMENDED</strong> to implement the USB audio class as documented in the Android SDK
4054documentation [<a href="http://developer.android.com/reference/android/hardware/usb/UsbConstants.html#USB_CLASS_AUDIO">Resources, 98</a>].</li>
4055 <li>MUST implement the Android USB host API as documented in the Android SDK, and
4056MUST declare support for the hardware feature android.hardware.usb.host [<a href="http://developer.android.com/guide/topics/connectivity/usb/host.html">Resources, 100</a>].</li>
4057 <li>SHOULD support the Charging Downstream Port output current range of 1.5 A ~ 5 A
4058as specified in the USB Battery Charging Specifications [<a href="http://www.usb.org/developers/docs/devclass_docs/USB_Battery_Charging_1.2.pdf">Resources, 99</a>].</li>
4059</ul>
4060
4061<h2 id="7_8_audio">7.8. Audio</h2>
4062
4063
4064<h3 id="7_8_1_microphone">7.8.1. Microphone</h3>
4065
4066<div class="note">
4067<p>Android Handheld, Watch, and Automotive implementations MUST include a
4068microphone.</p>
4069</div>
4070
4071
4072<p>Device implementations MAY omit a microphone. However, if a device
4073implementation omits a microphone, it MUST NOT report the
4074android.hardware.microphone feature constant, and MUST implement the audio
Glenn Kasten20cdbb72015-09-24 11:56:42 -07004075recording API at least as no-ops, per <a href="#7_hardware_compatibility">section 7</a>.
4076Conversely, device implementations that do possess a microphone:</p>
Unsuk Jung5bc81142015-07-16 22:27:20 -07004077
4078<ul>
Glenn Kasten20cdbb72015-09-24 11:56:42 -07004079 <li>MUST report the android.hardware.microphone feature constant</li>
4080 <li>MUST meet the audio recording requirements in <a href="#5_4_audio_recording">section 5.4</a></li>
4081 <li>MUST meet the audio latency requirements in <a href="#5_6_audio_latency">section 5.6</a></li>
4082 <li>STRONGLY RECOMMENDED to support near-ultrasound recording as described in
4083 <a href="#7_8_3_near_ultrasound">section 7.8.3</a></li>
Unsuk Jung5bc81142015-07-16 22:27:20 -07004084</ul>
4085
4086<h3 id="7_8_2_audio_output">7.8.2. Audio Output</h3>
4087
4088<div class="note">
4089<p>Android Watch devices MAY include an audio output.</p>
4090</div>
4091
4092<p>Device implementations including a speaker or with an audio/multimedia output
4093port for an audio output peripheral as a headset or an external speaker:</p>
4094
4095<ul>
4096 <li>MUST report the android.hardware.audio.output feature constant.</li>
4097 <li>MUST meet the audio playback requirements in <a href="#5_5_audio_playback">section 5.5</a>.</li>
4098 <li>MUST meet the audio latency requirements in <a href="#5_6_audio_latency">section 5.6</a>.</li>
Glenn Kasten20cdbb72015-09-24 11:56:42 -07004099 <li>STRONGLY RECOMMENDED to support near-ultrasound playback as described in
4100 <a href="#7_8_3_near_ultrasound">section 7.8.3</a></li>
Unsuk Jung5bc81142015-07-16 22:27:20 -07004101</ul>
4102
4103<p>Conversely, if a device implementation does not include a speaker or audio
4104output port, it MUST NOT report the android.hardware.audio output feature, and
4105MUST implement the Audio Output related APIs as no-ops at least. </p>
4106
4107<p>Android Watch device implementation MAY but SHOULD NOT have audio output, but
4108other types of Android device implementations MUST have an audio output and
4109declare android.hardware.audio.output.</p>
4110
4111<h4 id="7_8_2_1_analog_audio_ports">7.8.2.1. Analog Audio Ports</h4>
4112
4113
4114<p>In order to be compatible with the headsets and other audio accessories using
4115the 3.5mm audio plug across the Android ecosystem [<a href="http://source.android.com/accessories/headset-spec.html">Resources, 101</a>], if a device implementation includes one or more analog audio ports, at least
4116one of the audio port(s) SHOULD be a 4 conductor 3.5mm audio jack. If a device
4117implementation has a 4 conductor 3.5mm audio jack, it:</p>
4118
4119<ul>
4120 <li>MUST support audio playback to stereo headphones and stereo headsets with a
4121microphone, and SHOULD support audio recording from stereo headsets with a
4122microphone.</li>
4123 <li>MUST support TRRS audio plugs with the CTIA pin-out order, and SHOULD support
4124audio plugs with the OMTP pin-out order.</li>
4125 <li>MUST support the detection of microphone on the plugged in audio accessory, if
4126the device implementation supports a microphone, and broadcast the
4127android.intent.action.HEADSET_PLUG with the extra value microphone set as 1.</li>
4128 <li>SHOULD support the detection and mapping to the keycodes for the following 3
4129ranges of equivalent impedance between the microphone and ground conductors on
4130the audio plug:
4131 <ul>
4132 <li><strong>70 ohm or less</strong>: KEYCODE_HEADSETHOOK</li>
Glenn Kasten54e6ac12015-08-12 09:07:12 -07004133 <li><strong>210&#45;290 Ohm</strong>: KEYCODE_VOLUME_UP</li>
Unsuk Jung5bc81142015-07-16 22:27:20 -07004134 <li><strong>360&#45;680 Ohm</strong>: KEYCODE_VOLUME_DOWN</li>
4135 </ul></li>
4136 <li>SHOULD support the detection and mapping to the keycode for the following range
4137of equivalent impedance between the microphone and ground conductors on the
4138audio plug:
4139 <ul>
4140 <li><strong>110&#45;180 Ohm: </strong>KEYCODE_VOICE_ASSIST</li>
4141 </ul></li>
4142 <li>MUST trigger ACTION_HEADSET_PLUG upon a plug insert, but only after all
4143contacts on plug are touching their relevant segments on the jack.</li>
4144 <li>MUST be capable of driving at least 150mV +/- 10% of output voltage on a 32 Ohm
4145speaker impedance.</li>
4146 <li>MUST have a microphone bias voltage between 1.8V ~ 2.9V.</li>
4147</ul>
4148
Glenn Kasten20cdbb72015-09-24 11:56:42 -07004149<h3 id="7_8_3_near_ultrasound">7.8.3. Near-Ultrasound </h3>
4150
4151<p>Near-Ultrasound audio is the 18.5 kHz to 20 kHz band.
4152Device implementations MUST correctly report the support
4153of near-ultrasound audio capability via the
4154<a href="http://developer.android.com/reference/android/media/AudioManager.html#getProperty(java.lang.String)">AudioManager.getProperty</a>
4155API as follows:
4156</p>
4157
4158<ul>
4159 <li>If
4160 <a href="http://developer.android.com/reference/android/media/AudioManager.html#PROPERTY_SUPPORT_MIC_NEAR_ULTRASOUND">PROPERTY_SUPPORT_MIC_NEAR_ULTRASOUND</a>
4161 is "true", then
4162 <ul>
4163 <li>The microphone's mean power response in the 18.5 kHz to 20 kHz band MUST be no more than
4164 15 dB below the response at 2 kHz.</li>
4165 <li>The signal to noise ratio of the microphone MUST be no lower than 80 dB.</li>
4166 </ul>
4167 </li>
4168 <li>If
4169 <a href="http://developer.android.com/reference/android/media/AudioManager.html#PROPERTY_SUPPORT_SPEAKER_NEAR_ULTRASOUND">PROPERTY_SUPPORT_SPEAKER_NEAR_ULTRASOUND</a>
4170 is "true", then the speaker's mean response in 18.5 kHz - 20 kHz MUST be no lower than 40 dB
4171 below the response at 2 kHz.
4172 </li>
4173</ul>
4174
Unsuk Jung5bc81142015-07-16 22:27:20 -07004175<h1 id="8_performance_compatibility">8. Performance Compatibility</h1>
4176
4177
4178<p>Some minimum performance criterias are critical to the user experience and
4179impacts the baseline assumptions developers would have when developing an app.
4180Android Watch devices SHOULD and other type of device implementations MUST meet
4181the following criteria:</p>
4182
4183<h2 id="8_1_user_experience_consistency">8.1. User Experience Consistency</h2>
4184
4185
4186<p>Device implementations MUST provide a smooth user interface by ensuring a
4187consistent frame rate and response times for applications and games. Device
4188implementations MUST meet the following requirements: </p>
4189
4190<ul>
4191 <li><strong>Consistent frame latency</strong>. Inconsistent frame latency or a delay to render frames MUST NOT happen more
4192often than 5 frames in a second, and SHOULD be below 1 frames in a second.</li>
4193 <li><strong>User interface latency</strong>. Device implementations MUST ensure low latency user experience by scrolling a
4194list of 10K list entries as defined by the Android Compatibility Test Suite
4195(CTS) in less than 36 secs.</li>
4196 <li><strong>Task switching</strong>. When multiple applications have been launched, re-launching an already-running
4197application after it has been launched MUST take less than 1 second.</li>
4198</ul>
4199
4200<h2 id="8_2_file_i_o_access_performance">8.2. File I/O Access Performance</h2>
4201
4202
4203<p>Device implementations MUST ensure internal storage file access performance consistency for read
4204and write operations. </p>
4205
4206<ul>
4207 <li><strong>Sequential write</strong>. Device implementations MUST ensure a sequential write performance of at least 5MB/s
4208for a 256MB file using 10MB write buffer.</li>
4209 <li><strong>Random write</strong>. Device implementations MUST ensure a random write performance of at least 0.5MB/s for a
4210256MB file using 4KB write buffer.</li>
4211 <li><strong>Sequential read</strong>. Device implementations MUST ensure a sequential read performance of at least 15MB/s for
4212a 256MB file using 10MB write buffer.</li>
4213 <li><strong>Random read</strong>. Device implementations MUST ensure a random read performance of at least 3.5MB/s for a
4214256MB file using 4KB write buffer.</li>
4215</ul>
4216
4217<h1 id="9_security_model_compatibility">9. Security Model Compatibility</h1>
4218
4219
4220<p>Device implementations MUST implement a security model consistent with the
4221Android platform security model as defined in Security and Permissions
4222reference document in the APIs [<a href="http://developer.android.com/guide/topics/security/permissions.html">Resources, 102</a>] in the Android developer documentation. Device implementations MUST support
4223installation of self-signed applications without requiring any additional
4224permissions/certificates from any third parties/authorities. Specifically,
4225compatible devices MUST support the security mechanisms described in the follow
4226subsections.</p>
4227
4228<h2 id="9_1_permissions">9.1. Permissions</h2>
4229
4230
4231<p>Device implementations MUST support the Android permissions model as defined in
4232the Android developer documentation [<a href="http://developer.android.com/guide/topics/security/permissions.html">Resources, 102</a>]. Specifically, implementations MUST enforce each permission defined as
4233described in the SDK documentation; no permissions may be omitted, altered, or
4234ignored. Implementations MAY add additional permissions, provided the new
4235permission ID strings are not in the android.* namespace.</p>
4236
Svetoslav4bbf7402015-09-11 14:45:48 -07004237<p>Permissions with a protection level of dangerous are runtime permissions. Applications
Unsuk Jungad5c4c32015-09-29 18:03:10 -07004238with targetSdkVersion > 22 request them at runtime. Device implementations:</p>
4239
4240<ul>
4241<li>MUST show a dedicated interface for the user to decide whether to grant the
4242requested runtime permissions and also provide an interface for the user to manage
4243runtime permissions.</li>
4244<li>MUST have one and only one implementation of both user interfaces.</li>
4245<li>MUST NOT grant any runtime permissions to preinstalled apps unless:
4246 <ul>
4247 <li>the user's consent can be obtained before the application uses it</li>
4248 <li>the runtime permissions are associated with an intent pattern for which the preinstalled
4249 application is set as the default handler</li>
4250 </ul>
4251</li>
4252</ul>
Svetoslav4bbf7402015-09-11 14:45:48 -07004253
Unsuk Jung5bc81142015-07-16 22:27:20 -07004254<h2 id="9_2_uid_and_process_isolation">9.2. UID and Process Isolation</h2>
4255
4256
4257<p>Device implementations MUST support the Android application sandbox model, in
4258which each application runs as a unique Unixstyle UID and in a separate
4259process. Device implementations MUST support running multiple applications as
4260the same Linux user ID, provided that the applications are properly signed and
4261constructed, as defined in the Security and Permissions reference [<a href="http://developer.android.com/guide/topics/security/permissions.html">Resources, 102</a>].</p>
4262
4263<h2 id="9_3_filesystem_permissions">9.3. Filesystem Permissions</h2>
4264
4265
4266<p>Device implementations MUST support the Android file access permissions model
4267as defined in the Security and Permissions reference [<a href="http://developer.android.com/guide/topics/security/permissions.html">Resources, 102</a>].</p>
4268
4269<h2 id="9_4_alternate_execution_environments">9.4. Alternate Execution Environments</h2>
4270
4271
4272<p>Device implementations MAY include runtime environments that execute
4273applications using some other software or technology than the Dalvik Executable
4274Format or native code. However, such alternate execution environments MUST NOT
4275compromise the Android security model or the security of installed Android
4276applications, as described in this section.</p>
4277
4278<p>Alternate runtimes MUST themselves be Android applications, and abide by the
4279standard Android security model, as described elsewhere in <a href="#9_security_model_compatibility">section 9</a>.</p>
4280
4281<p>Alternate runtimes MUST NOT be granted access to resources protected by
4282permissions not requested in the runtime&rsquo;s AndroidManifest.xml file via the
Unsuk Jung2e62f9a2015-07-16 23:01:44 -07004283&lt;uses-permission&gt; mechanism.</p>
Unsuk Jung5bc81142015-07-16 22:27:20 -07004284
4285<p>Alternate runtimes MUST NOT permit applications to make use of features
4286protected by Android permissions restricted to system applications.</p>
4287
4288<p>Alternate runtimes MUST abide by the Android sandbox model. Specifically,
4289alternate runtimes:</p>
4290
4291<ul>
4292 <li>SHOULD install apps via the PackageManager into separate Android sandboxes (
4293Linux user IDs, etc.).</li>
4294 <li>MAY provide a single Android sandbox shared by all applications using the
4295alternate runtime.</li>
4296 <li>and installed applications using an alternate runtime, MUST NOT reuse the
4297sandbox of any other app installed on the device, except through the standard
4298Android mechanisms of shared user ID and signing certificate.</li>
4299 <li>MUST NOT launch with, grant, or be granted access to the sandboxes
4300corresponding to other Android applications.</li>
4301 <li>MUST NOT be launched with, be granted, or grant to other applications any
4302privileges of the superuser (root), or of any other user ID.</li>
4303</ul>
4304
4305<p>The .apk files of alternate runtimes MAY be included in the system image of a
4306device implementation, but MUST be signed with a key distinct from the key used
4307to sign other applications included with the device implementation.</p>
4308
4309<p>When installing applications, alternate runtimes MUST obtain user consent for
4310the Android permissions used by the application. If an application needs to
4311make use of a device resource for which there is a corresponding Android
4312permission (such as Camera, GPS, etc.), the alternate runtime MUST inform the
4313user that the application will be able to access that resource. If the runtime
4314environment does not record application capabilities in this manner, the
4315runtime environment MUST list all permissions held by the runtime itself when
4316installing any application using that runtime.</p>
4317
4318<h2 id="9_5_multi-user_support">9.5. Multi-User Support</h2>
4319
4320<div class="note">
4321<p>This feature is optional for all device types.</p>
4322</div>
4323
4324
4325<p>Android includes support for multiple users and provides support for full user
4326isolation [<a href="http://developer.android.com/reference/android/os/UserManager.html">Resources, 103]</a>. Device implementations MAY enable multiple users, but when enabled MUST meet
4327the following requirements related to multi-user support [<a href="http://source.android.com/devices/storage/">Resources, 104</a>]:</p>
4328
4329<ul>
4330 <li>Device implementations that do not declare the android.hardware.telephony
4331feature flag MUST support restricted profiles, a feature that allows device
4332owners to manage additional users and their capabilities on the device. With
4333restricted profiles, device owners can quickly set up separate environments for
4334additional users to work in, with the ability to manage finer-grained
4335restrictions in the apps that are available in those environments.</li>
4336 <li>Conversely device implementations that declare the android.hardware.telephony
4337feature flag MUST NOT support restricted profiles but MUST align with the AOSP
4338implementation of controls to enable /disable other users from accessing the
4339voice calls and SMS.</li>
4340 <li>Device implementations MUST, for each user, implement a security model
4341consistent with the Android platform security model as defined in Security and
4342Permissions reference document in the APIs [<a href="http://developer.android.com/guide/topics/security/permissions.html">Resources, 102</a>].</li>
4343 <li>Device implementations MAY support creating users and managed profiles via the
4344android.app.admin.DevicePolicyManager APIs, and if supported, MUST declare the
4345platform feature flag android.software.managed_users.
4346 <li>Device implementations that declare the feature flag
4347android.software.managed_users MUST use the upstream AOSP icon badge to
Glenn Kasten54e6ac12015-08-12 09:07:12 -07004348represent the managed applications and other badge UI elements like Recents &amp;
Unsuk Jung5bc81142015-07-16 22:27:20 -07004349Notifications.</li>
4350 <li>Each user instance on an Android device MUST have separate and isolated
4351external storage directories. Device implementations MAY store multiple users'
4352data on the same volume or filesystem. However, the device implementation MUST
4353ensure that applications owned by and running on behalf a given user cannot
4354list, read, or write to data owned by any other user. Note that removable
4355media, such as SD card slots, can allow one user to access another&rsquo;s data by
4356means of a host PC. For this reason, device implementations that use removable
4357media for the external storage APIs MUST encrypt the contents of the SD card if
4358multiuser is enabled using a key stored only on non-removable media accessible
4359only to the system. As this will make the media unreadable by a host PC, device
4360implementations will be required to switch to MTP or a similar system to
4361provide host PCs with access to the current user&rsquo;s data. Accordingly, device
4362implementations MAY but SHOULD NOT enable multi-user if they use removable
4363media [<a href="http://developer.android.com/reference/android/os/Environment.html">Resources, 105</a>] for primary external storage.</li>
4364</ul>
4365
4366<h2 id="9_6_premium_sms_warning">9.6. Premium SMS Warning</h2>
4367
4368
4369<p>Android includes support for warning users of any outgoing premium SMS message
4370[<a href="http://en.wikipedia.org/wiki/Short_code">Resources, 106</a>] . Premium SMS messages are text messages sent to a service registered with a
4371carrier that may incur a charge to the user. Device implementations that
4372declare support for android.hardware.telephony MUST warn users before sending a
4373SMS message to numbers identified by regular expressions defined in
4374/data/misc/sms/codes.xml file in the device. The upstream Android Open Source
4375Project provides an implementation that satisfies this requirement.</p>
4376
4377<h2 id="9_7_kernel_security_features">9.7. Kernel Security Features</h2>
4378
4379
4380<p>The Android Sandbox includes features that can use the Security-Enhanced Linux
4381(SELinux) mandatory access control (MAC) system and other security features in
4382the Linux kernel. SELinux or any other security features, if implemented below
4383the Android framework:</p>
4384
4385<ul>
4386 <li>MUST maintain compatibility with existing applications.</li>
4387 <li>MUST NOT have a visible user interface when a security violation is detected
4388and successfully blocked, but MAY have a visible user interface when an
4389unblocked security violation occurs resulting in a successful exploit.</li>
4390 <li>SHOULD NOT be user or developer configurable.</li>
4391</ul>
4392
4393<p>If any API for configuration of policy is exposed to an application that can
4394affect another application (such as a Device Administration API), the API MUST
4395NOT allow configurations that break compatibility.</p>
4396
4397<p>Devices MUST implement SELinux or an equivalent mandatory access control system
4398if using a kernel other than Linux and meet the following requirements, which
4399are satisfied by the reference implementation in the upstream Android Open
4400Source Project.</p>
4401
4402<p>Device implementations:</p>
4403
4404<ul>
4405 <li>MUST support a SELinux policy that allows the SELinux mode to be set on a
4406per-domain basis, and MUST configure all domains in enforcing mode. No
4407permissive mode domains are allowed, including domains specific to a
4408device/vendor.</li>
4409 <li>SHOULD load policy from /sepolicy file on the device.</li>
4410 <li>MUST NOT modify, omit, or replace the neverallow rules present within the
4411sepolicy file provided in the upstream Android Open Source Project (AOSP) and
4412the policy MUST compile with all neverallow present, for both AOSP SELinux
4413domains as well as device/vendor specific domains.</li>
4414 <li>MUST support dynamic updates of the SELinux policy file without requiring a
4415system image update.</li>
4416</ul>
4417
4418<p>Device implementations SHOULD retain the default SELinux policy provided in the
4419upstream Android Open Source Project, until they have first audited their
4420additions to the SELinux policy. Device implementations MUST be compatible with
4421the upstream Android Open Source Project.</p>
4422
4423<h2 id="9_8_privacy">9.8. Privacy</h2>
4424
4425<p>If the device implements functionality in the system that captures the contents
4426displayed on the screen and/or records the audio stream played on the device,
4427it MUST continuously notify the user whenever this functionality is enabled and
4428actively capturing/recording.</p>
4429
4430<p>If a device implementation has a mechanism that routes network data traffic
4431through a proxy server or VPN gateway by default (for example, preloading a VPN
4432service with android.permission.CONTROL_VPN granted), the device implementation
4433MUST ask for the user's consent before enabling that mechanism.</p>
4434
Unsuk Jungaad25192015-09-29 11:55:45 -07004435<p>If a device implementation has a USB port with USB peripheral mode support,
4436it MUST present a user interface asking for the user's consent before allowing
4437access to the contents of the shared storage over the USB port.</p>
4438
Unsuk Jung5bc81142015-07-16 22:27:20 -07004439<h2 id="9_9_full-disk_encryption">9.9. Full-Disk Encryption</h2>
4440
4441<div class="note">
4442<p>Optional for Android device implementations without a lock screen.</p>
4443</div>
4444
Unsuk Jung41641fb2015-09-29 11:19:49 -07004445<p>If the device implementation supports a secure lock screen reporting "<code>true</code>"
4446for KeyguardManager.isDeviceSecure()
4447[<a href="http://developer.android.com/reference/android/app/KeyguardManager.html#isDeviceSecure()">Resources, XX</a>],
4448and is not a device with restricted memory as reported through the
4449ActivityManager.isLowRamDevice() method, then the device MUST support full-disk encryption
4450[<a href="http://source.android.com/devices/tech/security/encryption/index.html">Resources, 107</a>]
4451of the application private data (/data partition), as well as the application
4452shared storage partition (/sdcard partition) if it is a permanent, non-removable
4453part of the device.</p>
Unsuk Jung5bc81142015-07-16 22:27:20 -07004454
Unsuk Jung41641fb2015-09-29 11:19:49 -07004455<p>For device implementations supporting full-disk encryption and with Advanced
4456Encryption Standard (AES) crypto performance above 50MiB/sec, the full-disk
4457encryption MUST be enabled by default at the time the user has completed the out-of-box
4458setup experience. If a device implementation is already launched on an earlier Android
4459version with full-disk encryption disabled by default, such a device cannot
4460meet the requirement through a system software update and thus MAY be exempted.</p>
4461
4462<p>Encryption MUST use AES with a key of 128-bits (or greater) and a mode designed
Unsuk Jung5bc81142015-07-16 22:27:20 -07004463for storage (for example, AES-XTS, AES-CBC-ESSIV). The encryption key MUST NOT
4464be written to storage at any time without being encrypted. Other than when in
4465active use, the encryption key SHOULD be AES encrypted with the lockscreen
4466passcode stretched using a slow stretching algorithm (e.g. PBKDF2 or scrypt).
4467If the user has not specified a lockscreen passcode or has disabled use of the
4468passcode for encryption, the system SHOULD use a default passcode to wrap the
4469encryption key. If the device provides a hardware-backed keystore, the password
4470stretching algorithm MUST be cryptographically bound to that keystore. The
4471encryption key MUST NOT be sent off the device (even when wrapped with the user
4472passcode and/or hardware bound key). The upstream Android Open Source project
Clay Murphyf4fa6bc2015-08-28 17:20:31 -07004473provides a preferred implementation of this feature based on the Linux kernel
Unsuk Jung5bc81142015-07-16 22:27:20 -07004474feature dm-crypt.</p>
4475
4476<h2 id="9_10_verified_boot">9.10. Verified Boot</h2>
4477
4478<p>
4479Verified boot is a feature that guarantees the integrity of the device software.
4480If a device implementation supports the feature, it MUST:
Glenn Kasten54e6ac12015-08-12 09:07:12 -07004481</p>
Unsuk Jung5bc81142015-07-16 22:27:20 -07004482<ul>
4483<li>Declare the platform feature flag android.software.verified_boot</li>
4484<li>Perform verification on every boot sequence</li>
Clay Murphyf4fa6bc2015-08-28 17:20:31 -07004485<li>Start verification from an immutable hardware key that is the root of trust,
4486and go all the way up to the system partition</li>
Unsuk Jung5bc81142015-07-16 22:27:20 -07004487<li>Implement each stage of verification to check the integrity and authenticity
4488of all the bytes in the next stage before executing the code in the next stage</li>
4489<li>Use verification algorithms as strong as current recommendations
4490from NIST for hashing algorithms (SHA-256) and public key sizes (RSA-2048)</li>
4491</ul>
Unsuk Jung5bc81142015-07-16 22:27:20 -07004492
Clay Murphyf4fa6bc2015-08-28 17:20:31 -07004493<p>The upstream Android Open Source Project provides a preferred implementation of this
4494feature based on the Linux kernel feature dm-verity.</p>
4495
4496<p>Starting from Android 6.0, device implementations with Advanced Encryption Standard (AES)
4497crypto perfomance above 50MiB/seconds MUST support verified boot for device integrity.
4498If a device implementation is already launched without supporting verified boot on an earlier
4499version of Android, such a device can not add support for this feature with a system software
4500update and thus are exempted from the requirement.</p>
Unsuk Jung5bc81142015-07-16 22:27:20 -07004501
4502<h1 id="10_software_compatibility_testing">10. Software Compatibility Testing</h1>
4503
4504
4505<p>Device implementations MUST pass all tests described in this section.</p>
4506
4507<p>However, note that no software test package is fully comprehensive. For this
Bert McMeen816a2422015-09-29 16:33:19 -07004508reason, device implementers are <strong>STRONGLY RECOMMENDED</strong> to make the minimum number of changes as possible to the reference and
Unsuk Jung5bc81142015-07-16 22:27:20 -07004509preferred implementation of Android available from the Android Open Source
4510Project. This will minimize the risk of introducing bugs that create
4511incompatibilities requiring rework and potential device updates.</p>
4512
4513<h2 id="10_1_compatibility_test_suite">10.1. Compatibility Test Suite</h2>
4514
4515
4516<p>Device implementations MUST pass the Android Compatibility Test Suite (CTS) [<a href="http://source.android.com/compatibility/index.html">Resources, 108</a>] available from the Android Open Source Project, using the final shipping
4517software on the device. Additionally, device implementers SHOULD use the
4518reference implementation in the Android Open Source tree as much as possible,
4519and MUST ensure compatibility in cases of ambiguity in CTS and for any
4520reimplementations of parts of the reference source code.</p>
4521
4522<p>The CTS is designed to be run on an actual device. Like any software, the CTS
4523may itself contain bugs. The CTS will be versioned independently of this
4524Compatibility Definition, and multiple revisions of the CTS may be released for
4525Android ANDROID_VERSION. Device implementations MUST pass the latest CTS version available
4526at the time the device software is completed.</p>
4527
4528<h2 id="10_2_cts_verifier">10.2. CTS Verifier</h2>
4529
4530
4531<p>Device implementations MUST correctly execute all applicable cases in the CTS
4532Verifier. The CTS Verifier is included with the Compatibility Test Suite, and
4533is intended to be run by a human operator to test functionality that cannot be
4534tested by an automated system, such as correct functioning of a camera and
4535sensors.</p>
4536
4537<p>The CTS Verifier has tests for many kinds of hardware, including some hardware
4538that is optional. Device implementations MUST pass all tests for hardware that
4539they possess; for instance, if a device possesses an accelerometer, it MUST
4540correctly execute the Accelerometer test case in the CTS Verifier. Test cases
4541for features noted as optional by this Compatibility Definition Document MAY be
4542skipped or omitted.</p>
4543
4544<p>Every device and every build MUST correctly run the CTS Verifier, as noted
4545above. However, since many builds are very similar, device implementers are not
4546expected to explicitly run the CTS Verifier on builds that differ only in
4547trivial ways. Specifically, device implementations that differ from an
4548implementation that has passed the CTS Verifier only by the set of included
4549locales, branding, etc. MAY omit the CTS Verifier test.</p>
4550
4551<h1 id="11_updatable_software">11. Updatable Software</h1>
4552
4553
4554<p>Device implementations MUST include a mechanism to replace the entirety of the
4555system software. The mechanism need not perform &ldquo;live&rdquo; upgrades&mdash;that is, a
4556device restart MAY be required.</p>
4557
4558<p>Any method can be used, provided that it can replace the entirety of the
4559software preinstalled on the device. For instance, any of the following
4560approaches will satisfy this requirement:</p>
4561
4562<ul>
4563 <li>&ldquo;Over-the-air (OTA)&rdquo; downloads with offline update via reboot</li>
4564 <li>&ldquo;Tethered&rdquo; updates over USB from a host PC</li>
4565 <li>&ldquo;Offline&rdquo; updates via a reboot and update from a file on removable storage</li>
4566</ul>
4567
4568<p>However, if the device implementation includes support for an unmetered data
4569connection such as 802.11 or Bluetooth PAN (Personal Area Network) profile:</p>
4570
4571<ul>
4572<li>Android Automotive implementations SHOULD support OTA downloads with offline
4573update via reboot.</li>
4574<li>All other device implementations MUST support OTA downloads with offline
4575update via reboot.</li>
4576</ul>
4577
4578<p>The update mechanism used MUST support updates without wiping user data. That
4579is, the update mechanism MUST preserve application private data and application
4580shared data. Note that the upstream Android software includes an update
4581mechanism that satisfies this requirement.</p>
4582
4583<p>For device implementations that are launching with Android ANDROID_VERSION and later, the
4584update mechanism SHOULD support verifying that the system image is binary
4585identical to expected result following an OTA. The block-based OTA
4586implementation in the upstream Android Open Source Project, added since Android
45875.1, satisfies this requirement.</p>
4588
4589<p>If an error is found in a device implementation after it has been released but
4590within its reasonable product lifetime that is determined in consultation with
4591the Android Compatibility Team to affect the compatibility of third-party
4592applications, the device implementer MUST correct the error via a software
4593update available that can be applied per the mechanism just described.</p>
4594
Andy Dyer-smith9332c422015-09-11 15:17:38 +01004595<p>Android includes features that allow the Device Owner app (if present) to control the
4596installation of system updates. To facilitate this, the system update subsystem
4597for devices that report android.software.device_admin MUST implement the behavior
4598described in the SystemUpdatePolicy class
4599[<a href="http://developer.android.com/reference/android/app/admin/SystemUpdatePolicy.html">
4600Resources, XX</a>].</p>
4601
Unsuk Jung5bc81142015-07-16 22:27:20 -07004602<h1 id="12_document_changelog">12. Document Changelog</h1>
4603
Unsuk Jung5bc81142015-07-16 22:27:20 -07004604<p>The following table contains a summary of the changes to the Compatibility
4605Definition in this release. </p>
4606<table>
4607 <tr>
4608 <th>Section</th>
4609 <th>Summary of change</th>
4610 </tr>
4611 <tr>
Bert McMeen15ecb402015-10-01 13:17:55 -07004612 <td>text</td>
4613 <td>text</td>
Unsuk Jung5bc81142015-07-16 22:27:20 -07004614 </tr>
Bert McMeen15ecb402015-10-01 13:17:55 -07004615 </table>
Unsuk Jung5bc81142015-07-16 22:27:20 -07004616
4617
4618<h1 id="13_contact_us">13. Contact Us</h1>
4619
4620
4621<p>You can join the android-compatibility forum <a href="https://groups.google.com/forum/#!forum/android-compatibility">[Resources, 109</a>] and ask for clarifications or bring up any issues that you think the document
4622does not cover.</p>
4623
4624<h1 id="14_resources">14. Resources</h1>
4625
4626
4627<p>1. IETF RFC2119 Requirement Levels: <a href="http://www.ietf.org/rfc/rfc2119.txt">http://www.ietf.org/rfc/rfc2119.txt</a></p>
4628
4629<p>2. Android Open Source Project: <a href="http://source.android.com/">http://source.android.com/</a></p>
4630
4631<p>3. Android Television features: <a href="http://developer.android.com/reference/android/content/pm/PackageManager.html#FEATURE_LEANBACK">http://developer.android.com/reference/android/content/pm/PackageManager.html#FEATURE_LEANBACK</a> </p>
4632
4633<p>4. Android Watch feature: <a href="http://developer.android.com/reference/android/content/res/Configuration.html#UI_MODE_TYPE_WATCH">http://developer.android.com/reference/android/content/res/Configuration.html#UI_MODE_TYPE_WATCH</a></p>
4634
4635<p>5. API definitions and documentation: <a href="http://developer.android.com/reference/packages.html">http://developer.android.com/reference/packages.html</a></p>
4636
4637<p>6. Android Permissions reference: <a href="http://developer.android.com/reference/android/Manifest.permission.html">http://developer.android.com/reference/android/Manifest.permission.html</a></p>
4638
4639<p>7. android.os.Build reference: <a href="http://developer.android.com/reference/android/os/Build.html">http://developer.android.com/reference/android/os/Build.html</a></p>
4640
4641<p>8. Android ANDROID_VERSION allowed version strings: <a href="http://source.android.com/compatibility/ANDROID_VERSION/versions.html">http://source.android.com/compatibility/ANDROID_VERSION/versions.html</a></p>
4642
4643<p>9. Telephony Provider: <a href="http://developer.android.com/reference/android/provider/Telephony.html">http://developer.android.com/reference/android/provider/Telephony.html</a></p>
4644
4645<p>10. Host-based Card Emulation: <a href="http://developer.android.com/guide/topics/connectivity/nfc/hce.html">http://developer.android.com/guide/topics/connectivity/nfc/hce.html</a></p>
4646
4647<p>11. Android Extension Pack: <a href="http://developer.android.com/guide/topics/graphics/opengl.html#aep">http://developer.android.com/guide/topics/graphics/opengl.html#aep</a> </p>
4648
4649<p>12. android.webkit.WebView class: <a href="http://developer.android.com/reference/android/webkit/WebView.html">http://developer.android.com/reference/android/webkit/WebView.html</a></p>
4650
4651<p>13. WebView compatibility: <a href="http://www.chromium.org/">http://www.chromium.org/</a></p>
4652
4653<p>14. HTML5: <a href="http://html.spec.whatwg.org/multipage/">http://html.spec.whatwg.org/multipage/</a></p>
4654
4655<p>15. HTML5 offline capabilities:<a href="http://dev.w3.org/html5/spec/Overview.html#offline"> http://dev.w3.org/html5/spec/Overview.html#offline</a></p>
4656
4657<p>16. HTML5 video tag: <a href="http://dev.w3.org/html5/spec/Overview.html#video">http://dev.w3.org/html5/spec/Overview.html#video</a></p>
4658
4659<p>17. HTML5/W3C geolocation API: <a href="http://www.w3.org/TR/geolocation-API/">http://www.w3.org/TR/geolocation-API/</a></p>
4660
4661<p>18. HTML5/W3C webstorage API: <a href="http://www.w3.org/TR/webstorage/">http://www.w3.org/TR/webstorage/</a></p>
4662
4663<p>19. HTML5/W3C IndexedDB API: <a href="http://www.w3.org/TR/IndexedDB/">http://www.w3.org/TR/IndexedDB/</a></p>
4664
4665<p>20. Dalvik Executable Format and bytecode specification: available in the
4666Android source code, at dalvik/docs</p>
4667
4668<p>21. AppWidgets: <a href="http://developer.android.com/guide/practices/ui_guidelines/widget_design.html">http://developer.android.com/guide/practices/ui_guidelines/widget_design.html</a></p>
4669
4670<p>22. Notifications: <a href="http://developer.android.com/guide/topics/ui/notifiers/notifications.html">http://developer.android.com/guide/topics/ui/notifiers/notifications.html</a></p>
4671
4672<p>23. Application Resources: <a href="https://developer.android.com/guide/topics/resources/available-resources.html">https://developer.android.com/guide/topics/resources/available-resources.html</a></p>
4673
4674<p>24. Status Bar icon style guide: <a href="http://developer.android.com/design/style/iconography.html">http://developer.android.com/design/style/iconography.html</a></p>
4675
4676<p>25. Notifications Resources: <a href="https://developer.android.com/design/patterns/notifications.html">https://developer.android.com/design/patterns/notifications.html</a> </p>
4677
4678<p>26. Search Manager: <a href="http://developer.android.com/reference/android/app/SearchManager.html">http://developer.android.com/reference/android/app/SearchManager.html</a> </p>
4679
4680<p>27. Toasts: <a href="http://developer.android.com/reference/android/widget/Toast.html">http://developer.android.com/reference/android/widget/Toast.html</a></p>
4681
4682<p>28. Themes: <a href="http://developer.android.com/guide/topics/ui/themes.html">http://developer.android.com/guide/topics/ui/themes.html</a></p>
4683
4684<p>29. R.style class: <a href="http://developer.android.com/reference/android/R.style.html">http://developer.android.com/reference/android/R.style.html</a></p>
4685
4686<p>30. Material design: <a href="http://developer.android.com/reference/android/R.style.html#Theme_Material">http://developer.android.com/reference/android/R.style.html#Theme_Material</a> </p>
4687
4688<p>31. Live Wallpapers: <a href="http://developer.android.com/reference/android/service/wallpaper/WallpaperService.html">http://developer.android.com/reference/android/service/wallpaper/WallpaperService.html</a></p>
4689
4690<p>32. Overview screen resources: <a href="http://developer.android.com/guide/components/recents.html">http://developer.android.com/guide/components/recents.html</a> </p>
4691
4692<p>33. Screen pinning: <a href="https://developer.android.com/about/versions/android-5.0.html#ScreenPinning">https://developer.android.com/about/versions/android-5.0.html#ScreenPinning</a> </p>
4693
4694<p>34. Input methods: <a href="http://developer.android.com/guide/topics/text/creating-input-method.html">http://developer.android.com/guide/topics/text/creating-input-method.html</a> </p>
4695
4696<p>35. Media Notification: <a href="https://developer.android.com/reference/android/app/Notification.MediaStyle.html">https://developer.android.com/reference/android/app/Notification.MediaStyle.html</a></p>
4697
4698<p>36. Dreams: <a href="http://developer.android.com/reference/android/service/dreams/DreamService.html">http://developer.android.com/reference/android/service/dreams/DreamService.html</a></p>
4699
4700<p>37. Settings.Secure LOCATION_MODE:</p>
4701
4702<p><a href="http://developer.android.com/reference/android/provider/Settings.Secure.html#LOCATION_MODE">http://developer.android.com/reference/android/provider/Settings.Secure.html#LOCATION_MODE</a></p>
4703
4704<p>38. Unicode 6.1.0: <a href="http://www.unicode.org/versions/Unicode6.1.0/">http://www.unicode.org/versions/Unicode6.1.0/</a></p>
4705
4706<p>39. Android Device Administration: <a href="http://developer.android.com/guide/topics/admin/device-admin.html">http://developer.android.com/guide/topics/admin/device-admin.html</a></p>
4707
4708<p>40. DevicePolicyManager reference: <a href="http://developer.android.com/reference/android/app/admin/DevicePolicyManager.html">http://developer.android.com/reference/android/app/admin/DevicePolicyManager.html</a></p>
4709
4710<p>41. Android Device Owner App:</p>
4711
4712<p><a href="http://developer.android.com/reference/android/app/admin/DevicePolicyManager.html#isDeviceOwnerApp(java.lang.String)">http://developer.android.com/reference/android/app/admin/DevicePolicyManager.html#isDeviceOwnerApp(java.lang.String)</a></p>
Andy Dyer-smith3d24bbe2015-09-11 15:35:23 +01004713<p>XX. Android Device Owner Provisioning Flow:</p>
4714
4715<p><a href="http://developer.android.com/reference/android/app/admin/DevicePolicyManager.html#ACTION_PROVISION_MANAGED_DEVICE">http://developer.android.com/reference/android/app/admin/DevicePolicyManager.html#ACTION_PROVISION_MANAGED_DEVICE</a></p>
4716<p>XX. Device Owner Provisioning via NFC:</p>
4717
4718<p><a href="https://source.android.com/devices/tech/admin/provision.html#device_owner_provisioning_via_nfc">https://source.android.com/devices/tech/admin/provision.html#device_owner_provisioning_via_nfc</a></p>
4719<p>XX. Android Managed Profile Provisioning flow:</p>
4720
4721<p><a href="http://developer.android.com/reference/android/app/admin/DevicePolicyManager.html#ACTION_PROVISION_MANAGED_PROFILE">http://developer.android.com/reference/android/app/admin/DevicePolicyManager.html#ACTION_PROVISION_MANAGED_PROFILE</a></p>
4722
4723<p>XX. Android Profile Owner App:</p>
4724
4725<p><a href="http://developer.android.com/reference/android/app/admin/DevicePolicyManager.html#isProfileOwnerApp(java.lang.String)">http://developer.android.com/reference/android/app/admin/DevicePolicyManager.html#isProfileOwnerApp(java.lang.String)</a></p>
Unsuk Jung5bc81142015-07-16 22:27:20 -07004726
4727<p>42. Android Accessibility Service APIs: <a href="http://developer.android.com/reference/android/accessibilityservice/AccessibilityService.html">http://developer.android.com/reference/android/accessibilityservice/AccessibilityService.html</a></p>
4728
4729<p>43. Android Accessibility APIs: <a href="http://developer.android.com/reference/android/view/accessibility/package-summary.html">http://developer.android.com/reference/android/view/accessibility/package-summary.html</a></p>
4730
4731<p>44. Eyes Free project: <a href="http://code.google.com/p/eyes-free/">http://code.google.com/p/eyes-free</a></p>
4732
4733<p>45. Text-To-Speech APIs: <a href="http://developer.android.com/reference/android/speech/tts/package-summary.html">http://developer.android.com/reference/android/speech/tts/package-summary.html</a></p>
4734
4735<p>46. Television Input Framework: <a href="https://source.android.com/devices/tv/index.html">https://source.android.com/devices/tv/index.html</a></p>
4736
4737<p>47. Reference tool documentation (for adb, aapt, ddms, systrace): <a href="http://developer.android.com/tools/help/index.html">http://developer.android.com/tools/help/index.html</a></p>
4738
4739<p>48. Android apk file description: <a href="http://developer.android.com/guide/components/fundamentals.html">http://developer.android.com/guide/components/fundamentals.html </a></p>
4740
4741<p>49. Manifest files: <a href="http://developer.android.com/guide/topics/manifest/manifest-intro.html">http://developer.android.com/guide/topics/manifest/manifest-intro.html</a></p>
4742
4743<p>50. Android Media Formats: <a href="http://developer.android.com/guide/appendix/media-formats.html">http://developer.android.com/guide/appendix/media-formats.html</a></p>
4744
4745<p>51. RTC Hardware Coding Requirements: <a href="http://www.webmproject.org/hardware/rtc-coding-requirements/">http://www.webmproject.org/hardware/rtc-coding-requirements/</a></p>
4746
4747<p>52. AudioEffect API: <a href="http://developer.android.com/reference/android/media/audiofx/AudioEffect.html">http://developer.android.com/reference/android/media/audiofx/AudioEffect.html</a></p>
4748
4749<p>53. Android android.content.pm.PackageManager class and Hardware Features List:</p>
4750
4751<p><a href="http://developer.android.com/reference/android/content/pm/PackageManager.html">http://developer.android.com/reference/android/content/pm/PackageManager.html</a></p>
4752
4753<p>54. HTTP Live Streaming Draft Protocol: <a href="http://tools.ietf.org/html/draft-pantos-http-live-streaming-03">http://tools.ietf.org/html/draft-pantos-http-live-streaming-03</a></p>
4754
4755<p>55. ADB: <a href="http://developer.android.com/tools/help/adb.html">http://developer.android.com/tools/help/adb.html</a> </p>
4756
4757<p>56. Dumpsys: <a href="https://source.android.com/devices/input/diagnostics.html">https://source.android.com/devices/input/diagnostics.html</a> </p>
4758
4759<p>57. DDMS: <a href="http://developer.android.com/tools/debugging/ddms.html">http://developer.android.com/tools/debugging/ddms.html</a> </p>
4760
4761<p>58. Monkey testing tool: <a href="http://developer.android.com/tools/help/monkey.html">http://developer.android.com/tools/help/monkey.html</a> </p>
4762
4763<p>59. SysyTrace tool: <a href="http://developer.android.com/tools/help/systrace.html">http://developer.android.com/tools/help/systrace.html</a></p>
4764
4765<p>60. Android Application Development-Related Settings:</p>
4766
4767<p><a href="http://developer.android.com/reference/android/provider/Settings.html#ACTION_APPLICATION_DEVELOPMENT_SETTINGS">http://developer.android.com/reference/android/provider/Settings.html#ACTION_APPLICATION_DEVELOPMENT_SETTINGS</a></p>
4768
4769<p>61. Supporting Multiple Screens: <a href="http://developer.android.com/guide/practices/screens_support.html">http://developer.android.com/guide/practices/screens_support.html</a></p>
4770
4771<p>62. android.util.DisplayMetrics: <a href="http://developer.android.com/reference/android/util/DisplayMetrics.html">http://developer.android.com/reference/android/util/DisplayMetrics.html</a></p>
4772
4773<p>63. RenderScript: <a href="http://developer.android.com/guide/topics/renderscript/">http://developer.android.com/guide/topics/renderscript/</a></p>
4774
4775<p>64. Android extension pack for OpenGL ES: <a href="https://developer.android.com/reference/android/opengl/GLES31Ext.html">https://developer.android.com/reference/android/opengl/GLES31Ext.html</a> </p>
4776
4777<p>65. Hardware Acceleration: <a href="http://developer.android.com/guide/topics/graphics/hardware-accel.html">http://developer.android.com/guide/topics/graphics/hardware-accel.html</a></p>
4778
4779<p>66. EGL Extension-EGL_ANDROID_RECORDABLE:</p>
4780
4781<p><a href="http://www.khronos.org/registry/egl/extensions/ANDROID/EGL_ANDROID_recordable.txt">http://www.khronos.org/registry/egl/extensions/ANDROID/EGL_ANDROID_recordable.txt</a></p>
4782
4783<p>67. Display Manager: <a href="http://developer.android.com/reference/android/hardware/display/DisplayManager.html">http://developer.android.com/reference/android/hardware/display/DisplayManager.html</a></p>
4784
4785<p>68. android.content.res.Configuration: <a href="http://developer.android.com/reference/android/content/res/Configuration.html">http://developer.android.com/reference/android/content/res/Configuration.html</a></p>
4786
4787<p>69. Action Assist: <a href="http://developer.android.com/reference/android/content/Intent.html#ACTION_ASSIST">http://developer.android.com/reference/android/content/Intent.html#ACTION_ASSIST</a></p>
4788
4789<p>70. Touch Input Configuration: <a href="http://source.android.com/devices/tech/input/touch-devices.html">http://source.android.com/devices/tech/input/touch-devices.html</a></p>
4790
4791<p>71. Motion Event API: <a href="http://developer.android.com/reference/android/view/MotionEvent.html">http://developer.android.com/reference/android/view/MotionEvent.html</a></p>
4792
4793<p>72. Key Event API: <a href="http://developer.android.com/reference/android/view/KeyEvent.html">http://developer.android.com/reference/android/view/KeyEvent.html</a> </p>
4794
4795<p>73. Android Open Source sensors: <a href="http://source.android.com/devices/sensors/">http://source.android.com/devices/sensors</a></p>
4796
4797<p>74. android.hardware.SensorEvent: <a href="http://developer.android.com/reference/android/hardware/SensorEvent.html">http://developer.android.com/reference/android/hardware/SensorEvent.html</a></p>
4798
4799<p>75. Timestamp sensor event: <a href="http://developer.android.com/reference/android/hardware/SensorEvent.html#timestamp">http://developer.android.com/reference/android/hardware/SensorEvent.html#timestamp</a></p>
4800
4801<p>76. Android Open Source composite sensors: <a href="http://source.android.com/devices/sensors/sensor-types.html#composite_sensor_type_summary">https://source.android.com/devices/sensors/sensor-types.html#composite_sensor_type_summary</a></p>
4802
4803<p>77. Continuous trigger mode: <a href="http://source.android.com/devices/sensors/report-modes.html#continuous">https://source.android.com/devices/sensors/report-modes.html#continuous</a></p>
4804
4805<p>78. Accelerometer sensor: <a href="http://developer.android.com/reference/android/hardware/Sensor.html#TYPE_ACCELEROMETER">http://developer.android.com/reference/android/hardware/Sensor.html#TYPE_ACCELEROMETER</a></p>
4806
4807<p>79. Wi-Fi Multicast API: <a href="http://developer.android.com/reference/android/net/wifi/WifiManager.MulticastLock.html">http://developer.android.com/reference/android/net/wifi/WifiManager.MulticastLock.html</a></p>
4808
4809<p>80. Wi-Fi Direct (Wi-Fi P2P): <a href="http://developer.android.com/reference/android/net/wifi/p2p/WifiP2pManager.html">http://developer.android.com/reference/android/net/wifi/p2p/WifiP2pManager.html</a></p>
4810
4811<p>81. WifiManager API: <a href="http://developer.android.com/reference/android/net/wifi/WifiManager.html">http://developer.android.com/reference/android/net/wifi/WifiManager.html</a></p>
4812
4813<p>82. Bluetooth API: <a href="http://developer.android.com/reference/android/bluetooth/package-summary.html">http://developer.android.com/reference/android/bluetooth/package-summary.html</a></p>
4814
4815<p>83. Bluetooth ScanFilter API: <a href="https://developer.android.com/reference/android/bluetooth/le/ScanFilter.html">https://developer.android.com/reference/android/bluetooth/le/ScanFilter.html</a></p>
4816
4817<p>84. NDEF Push Protocol: <a href="http://source.android.com/compatibility/ndef-push-protocol.pdf">http://source.android.com/compatibility/ndef-push-protocol.pdf</a></p>
4818
4819<p>85. Android Beam: <a href="http://developer.android.com/guide/topics/connectivity/nfc/nfc.html">http://developer.android.com/guide/topics/connectivity/nfc/nfc.html</a> </p>
4820
4821<p>86. Android NFC Sharing Settings:</p>
4822
4823<p><a href="http://developer.android.com/reference/android/provider/Settings.html#ACTION_NFCSHARING_SETTINGS">http://developer.android.com/reference/android/provider/Settings.html#ACTION_NFCSHARING_SETTINGS</a></p>
4824
4825<p>87. NFC Connection Handover: <a href="http://members.nfc-forum.org/specs/spec_list/#conn_handover">http://members.nfc-forum.org/specs/spec_list/#conn_handover</a></p>
4826
4827<p>88. Bluetooth Secure Simple Pairing Using NFC: <a href="http://members.nfc-forum.org/apps/group_public/download.php/18688/NFCForum-AD-BTSSP_1_1.pdf">http://members.nfc-forum.org/apps/group_public/download.php/18688/NFCForum-AD-BTSSP_1_1.pdf</a> </p>
4828
4829<p>89. Content Resolver: <a href="http://developer.android.com/reference/android/content/ContentResolver.html">http://developer.android.com/reference/android/content/ContentResolver.html</a></p>
4830
4831<p>90. Camera orientation API: <a href="http://developer.android.com/reference/android/hardware/Camera.html#setDisplayOrientation(int)">http://developer.android.com/reference/android/hardware/Camera.html#setDisplayOrientation(int)</a></p>
4832
4833<p>91. Camera: <a href="http://developer.android.com/reference/android/hardware/Camera.html">http://developer.android.com/reference/android/hardware/Camera.html</a></p>
4834
4835<p>92. Camera: <a href="http://developer.android.com/reference/android/hardware/Camera.Parameters.html">http://developer.android.com/reference/android/hardware/Camera.Parameters.html</a></p>
4836
4837<p>93. Camera hardware level: <a href="https://developer.android.com/reference/android/hardware/camera2/CameraCharacteristics.html#INFO_SUPPORTED_HARDWARE_LEVEL">https://developer.android.com/reference/android/hardware/camera2/CameraCharacteristics.html#INFO_SUPPORTED_HARDWARE_LEVEL</a> </p>
4838
4839<p>94. Camera version support: <a href="http://source.android.com/devices/camera/versioning.html">http://source.android.com/devices/camera/versioning.html</a> </p>
4840
4841<p>95. Android DownloadManager: <a href="http://developer.android.com/reference/android/app/DownloadManager.html">http://developer.android.com/reference/android/app/DownloadManager.html</a></p>
4842
4843<p>96. Android File Transfer: <a href="http://www.android.com/filetransfer">http://www.android.com/filetransfer</a></p>
4844
4845<p>97. Android Open Accessories: <a href="http://developer.android.com/guide/topics/connectivity/usb/accessory.html">http://developer.android.com/guide/topics/connectivity/usb/accessory.html</a></p>
4846
4847<p>98. Android USB Audio: <a href="http://developer.android.com/reference/android/hardware/usb/UsbConstants.html#USB_CLASS_AUDIO">http://developer.android.com/reference/android/hardware/usb/UsbConstants.html#USB_CLASS_AUDIO</a></p>
4848
4849<p>99. USB Charging Specification: <a href="http://www.usb.org/developers/docs/devclass_docs/USB_Battery_Charging_1.2.pdf">http://www.usb.org/developers/docs/devclass_docs/USB_Battery_Charging_1.2.pdf</a></p>
4850
4851<p>100. USB Host API:<a href="http://developer.android.com/guide/topics/connectivity/usb/host.html"> http://developer.android.com/guide/topics/connectivity/usb/host.html</a></p>
4852
4853<p>101. Wired audio headset: <a href="http://source.android.com/accessories/headset-spec.html">http://source.android.com/accessories/headset-spec.html</a> </p>
4854
4855<p>102. Android Security and Permissions reference: <a href="http://developer.android.com/guide/topics/security/permissions.html">http://developer.android.com/guide/topics/security/permissions.html</a></p>
4856
4857<p>103. UserManager reference: <a href="http://developer.android.com/reference/android/os/UserManager.html">http://developer.android.com/reference/android/os/UserManager.html</a></p>
4858
4859<p>104. External Storage reference: <a href="http://source.android.com/devices/storage">http://source.android.com/devices/storage</a></p>
4860
4861<p>105. External Storage APIs: <a href="http://developer.android.com/reference/android/os/Environment.html">http://developer.android.com/reference/android/os/Environment.html</a></p>
4862
4863<p>106. SMS Short Code: <a href="http://en.wikipedia.org/wiki/Short_code">http://en.wikipedia.org/wiki/Short_code</a></p>
4864
4865<p>107. Android Open Source Encryption: <a href="http://source.android.com/devices/tech/security/encryption/index.html">http://source.android.com/devices/tech/security/encryption/index.html</a></p>
4866
4867<p>108. Android Compatibility Program Overview: <a href="http://source.android.com/compatibility/index.html">http://source.android.com/compatibility/index.html</a></p>
4868
4869<p>109. Android Compatibility forum: <a href="https://groups.google.com/forum/#!forum/android-compatibility">https://groups.google.com/forum/#!forum/android-compatibility</a></p>
4870
4871<p>110. WebM project: <a href="http://www.webmproject.org/">http://www.webmproject.org/</a> </p>
4872
4873<p>111. Android UI_MODE_TYPE_CAR API: <a href="http://developer.android.com/reference/android/content/res/Configuration.html#UI_MODE_TYPE_CAR">http://developer.android.com/reference/android/content/res/Configuration.html#UI_MODE_TYPE_CAR</a></p>
4874
4875<p>112. Android MediaCodecList API: <a href="http://developer.android.com/reference/android/media/MediaCodecList.html">http://developer.android.com/reference/android/media/MediaCodecList.html</a></p>
4876
4877<p>113. Android CamcorderProfile API: <a href="http://developer.android.com/reference/android/media/CamcorderProfile.html">http://developer.android.com/reference/android/media/CamcorderProfile.html</a></p>
4878
4879<p>Many of these resources are derived directly or indirectly from the Android
4880SDK, and will be functionally identical to the information in that SDK&rsquo;s
4881documentation. In any cases where this Compatibility Definition or the
4882Compatibility Test Suite disagrees with the SDK documentation, the SDK
4883documentation is considered authoritative. Any technical details provided in
4884the references included above are considered by inclusion to be part of this
4885Compatibility Definition.</p>
4886
4887</div>
4888</body>
4889</html>