aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-08 15:59:20 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-08 15:59:20 +0000
commitc8ea49d44e0fd16c31fa58ceaef57b7b85525688 (patch)
tree73682f4a1c65e04b7c7d63208f1be44a44715a52
parent15dd69a9866178ee8a5bf466c81b481a95c65f26 (diff)
parentb0122f7d6a05335108e6df17f83ac4a3a9acd739 (diff)
downloadcdd-aml_tz2_305400100.tar.gz
Change-Id: I6942a7af965d3683f33854b5bedca6dcf1ed3338
-rw-r--r--2_device-types/2_6_tablet-reqs.md7
-rw-r--r--3_software/3_3_native-api-compatibility.md14
-rw-r--r--3_software/3_8_user-interface-compatibility.md7
-rw-r--r--5_multimedia/5_1_media-codecs.md1
-rw-r--r--7_hardware-compatibility/7_1_display-and-graphics.md2
-rw-r--r--7_hardware-compatibility/7_4_data-connectivity.md4
6 files changed, 16 insertions, 19 deletions
diff --git a/2_device-types/2_6_tablet-reqs.md b/2_device-types/2_6_tablet-reqs.md
index 431a806..7babded 100644
--- a/2_device-types/2_6_tablet-reqs.md
+++ b/2_device-types/2_6_tablet-reqs.md
@@ -27,13 +27,6 @@ If Tablet device implementations include a 3-axis gyroscope, they:
* [[7.3](#7_3_sensors).4/Tab-1-1] MUST be capable of measuring orientation
changes up to 1000 degrees per second.
-** Gyroscope**
-
-If Tablet device implementations include a 3-axis gyroscope, they:
-
-* [[7.3](#7_3_sensors).4/Tab-1-1] MUST be capable of measuring orientation changes
-up to 1000 degrees per second.
-
**Minimum Memory and Storage (Section 7.6.1)**
The screen densities listed for small/normal screens in the handheld
diff --git a/3_software/3_3_native-api-compatibility.md b/3_software/3_3_native-api-compatibility.md
index b960483..fd1e785 100644
--- a/3_software/3_3_native-api-compatibility.md
+++ b/3_software/3_3_native-api-compatibility.md
@@ -16,8 +16,8 @@ the Android NDK.
Device implementations:
-* [C-0-1] MUST be compatible with one or more defined [Android NDK ABIs](
- https://developer.android.com/ndk/guides/abis).
+* [C-0-1] MUST be compatible with one or more defined ABIs and implement
+ compatibility with the Android NDK.
* [C-0-2] MUST include support for code running in the managed environment to
call into native code, using the standard Java Native Interface (JNI)
semantics.
@@ -32,11 +32,11 @@ Device implementations:
* [C-0-6] MUST report, via the above parameters, a subset of the following
list of ABIs and MUST NOT report any ABI not on the list.
- * `armeabi` (no longer supported as a target by the NDK)
- * [`armeabi-v7a`](https://developer.android.com/ndk/guides/abis#v7a)
- * [`arm64-v8a`](https://developer.android.com/ndk/guides/abis#arm64-v8a)
- * [`x86`](https://developer.android.com/ndk/guides/abis#x86)
- * [`x86-64`](https://developer.android.com/ndk/guides/abis#86-64)
+ * `armeabi`
+ * `armeabi-v7a`
+ * `arm64-v8a`
+ * `x86`
+ * `x86-64`
* [C-0-7] MUST make all the following libraries, providing native APIs,
available to apps that include native code:
diff --git a/3_software/3_8_user-interface-compatibility.md b/3_software/3_8_user-interface-compatibility.md
index 69ef13b..7265e3b 100644
--- a/3_software/3_8_user-interface-compatibility.md
+++ b/3_software/3_8_user-interface-compatibility.md
@@ -521,7 +521,12 @@ the same time, they:
If device implementations support multi-window mode(s), and the split screen
mode, they:
-* [C-2-1] MUST honor the declared [`AndroidManifestLayout_minWidth`](
+* [C-2-1] MUST preload a [resizeable](
+ https://developer.android.com/guide/topics/ui/multi-window.html#configuring)
+ launcher as the default.
+* [C-2-2] MUST crop the docked activity of a split-screen multi-window but
+ SHOULD show some content of it, if the Launcher app is the focused window.
+* [C-2-3] MUST honor the declared [`AndroidManifestLayout_minWidth`](
https://developer.android.com/reference/android/R.styleable.html#AndroidManifestLayout_minWidth)
and [`AndroidManifestLayout_minHeight`](
https://developer.android.com/reference/android/R.styleable.html#AndroidManifestLayout_minHeight)
diff --git a/5_multimedia/5_1_media-codecs.md b/5_multimedia/5_1_media-codecs.md
index abe49e0..afbfd9c 100644
--- a/5_multimedia/5_1_media-codecs.md
+++ b/5_multimedia/5_1_media-codecs.md
@@ -189,6 +189,7 @@ Profile (enhanced AAC+)</td>
<td><ul>
<li class="table_list">Type 0 and 1 (.mid, .xmf, .mxmf)</li>
<li class="table_list">RTTTL/RTX (.rtttl, .rtx)</li>
+ <li class="table_list">OTA (.ota)</li>
<li class="table_list">iMelody (.imy)</li></ul></td>
</tr>
<tr>
diff --git a/7_hardware-compatibility/7_1_display-and-graphics.md b/7_hardware-compatibility/7_1_display-and-graphics.md
index ab4103b..ad9e3c6 100644
--- a/7_hardware-compatibility/7_1_display-and-graphics.md
+++ b/7_hardware-compatibility/7_1_display-and-graphics.md
@@ -75,7 +75,7 @@ such display(s) available to render third-party apps, they:
[extensions API](
https://developer.android.com/jetpack/androidx/releases/window-extensions)
or the stable version of [sidecar API](
-https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:window/window-sidecar/api/)
+https://android.googlesource.com/platform/frameworks/support/+/androidx-master-dev/window/window-sidecar/api/0.1.0-alpha01.txt)
to be used by [Window Manager Jetpack](
https://developer.android.com/jetpack/androidx/releases/window) library.
diff --git a/7_hardware-compatibility/7_4_data-connectivity.md b/7_hardware-compatibility/7_4_data-connectivity.md
index 7337035..f1aa803 100644
--- a/7_hardware-compatibility/7_4_data-connectivity.md
+++ b/7_hardware-compatibility/7_4_data-connectivity.md
@@ -225,9 +225,7 @@ http://developer.android.com/reference/android/net/wifi/aware/WifiAwareManager.h
* [C-1-2] MUST declare the `android.hardware.wifi.aware` feature flag.
* [C-1-3] MUST support Wi-Fi and Wi-Fi Aware operations concurrently.
* [C-1-4] MUST randomize the Wi-Fi Aware management interface address at intervals
- no longer than 30 minutes and whenever Wi-Fi Aware is enabled unless an Aware
- ranging operation is ongoing or an Aware data-path is active (randomization is not
- expected for as long as the data-path is active).
+ no longer than 30 minutes and whenever Wi-Fi Aware is enabled.
If device implementations include support for Wi-Fi Aware and
Wi-Fi Location as described in [Section 7.4.2.5](#7_4_2_5_Wi-Fi_Location) and