aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVikas Marwaha <vikasmarwaha@google.com>2022-06-07 20:31:42 +0000
committerVikas Marwaha <vikasmarwaha@google.com>2022-06-07 20:37:27 +0000
commit52711bf7f3b953b1dbf6b37843b7d42f5c3ef686 (patch)
treebeddbe2df6191650185317145a0547ce322a681f
parentca642961127017565a0757fde0d3df70a11b04de (diff)
downloadcdd-android10-dev.tar.gz
CDD: Removed 7.1.1.2/C-0-2 Screen aspect ratio requirement.android10-dev
Remove the requirement completely as the compat mode (require 4:3) doesn't help apps. Change-Id: I5f979610ee53cee31c691e07c2b3fe22b8d62f92 BUG: 160183988
-rw-r--r--7_hardware-compatibility/7_1_display-and-graphics.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/7_hardware-compatibility/7_1_display-and-graphics.md b/7_hardware-compatibility/7_1_display-and-graphics.md
index 4cc5368..802ff48 100644
--- a/7_hardware-compatibility/7_1_display-and-graphics.md
+++ b/7_hardware-compatibility/7_1_display-and-graphics.md
@@ -91,18 +91,6 @@ APIs, MUST meet the following requirements:
https://developer.android.com/reference/android/R.attr.html#maxAspectRatio)
that would restrict the allowed aspect ratio.
-* [C-0-2] Device implementations with `Configuration.uiMode` set to
- `UI_MODE_TYPE_NORMAL` MUST have an aspect ratio value equal to or greater
- than 1.3333 (4:3), unless the app can be stretched wider by meeting one of
- the following conditions:
-
- * The app declares it is resizeable via the [android:resizeableActivity](
- https://developer.android.com/guide/topics/ui/multi-window.html#configuring)
- attribute.
- * The app declares an [`android:minAspectRatio`](
- https://developer.android.com/reference/android/R.attr.html#minAspectRatio)
- that would restrict the allowed aspect ratio.
-
* [C-0-3] Device implementations with the `Configuration.uiMode` set as
`UI_MODE_TYPE_WATCH` MUST have an aspect ratio value set as 1.0 (1:1).