aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeidi von Markham <hvm@google.com>2015-06-05 12:19:41 -0700
committerHeidi von Markham <hvm@google.com>2015-06-05 15:46:59 -0700
commit5790ba9c6279a78ba05819c38b793d57218246d8 (patch)
tree3c675a013499dfb8881270ae91532bfbf3f96289
parent683532b114104429ed6ec6209fbd0f25cf989cf6 (diff)
downloadsource.android.com-5790ba9c6279a78ba05819c38b793d57218246d8.tar.gz
Docs: NEW CHANGE#9 Clarify notification req for TV, Watch, Auto
Rebase to resolve conflict Bug: 19951915 Change-Id: Ia4d266ddf395f1a6fab649fe0fac82f321a5fbdc
-rw-r--r--src/compatibility/5.1/android-5.1-cdd.html39
1 files changed, 26 insertions, 13 deletions
diff --git a/src/compatibility/5.1/android-5.1-cdd.html b/src/compatibility/5.1/android-5.1-cdd.html
index 29b3f14f..ce49663d 100644
--- a/src/compatibility/5.1/android-5.1-cdd.html
+++ b/src/compatibility/5.1/android-5.1-cdd.html
@@ -1494,20 +1494,29 @@ the default Device Owner app [<a href="http://developer.android.com/reference/an
navigate their devices more easily. In addition, Android provides platform APIs
that enable accessibility service implementations to receive callbacks for user
and system events and generate alternate feedback mechanisms, such as
-text-to-speech, haptic feedback, and trackball/d-pad navigation [<a href="http://developer.android.com/reference/android/accessibilityservice/AccessibilityService.html">Resources, 42</a>]. Device implementations MUST provide an implementation of the Android
-accessibility framework consistent with the default Android implementation.
-Device implementations MUST meet the following requirements:</p>
+text-to-speech, haptic feedback, and trackball/d-pad navigation [<a href="http://developer.android.com/reference/android/accessibilityservice/AccessibilityService.html">Resources, 42</a>].</p>
+
+<p>Device implementations include the following requirements:</p>
<ul>
- <li>MUST support third-party accessibility service implementations through the
-android.accessibilityservice APIs [<a href="http://developer.android.com/reference/android/view/accessibility/package-summary.html">Resources, 43</a>].</li>
- <li>MUST generate AccessibilityEvents and deliver these events to all registered
+<li>Android Automotive implementations SHOULD provide an implementation of the
+Android accessibility framework consistent with the default Android
+implementation.</li>
+<li>Device implementations (Android Automotive excluded) MUST provide an
+implementation of the Android accessibility framework consistent with the
+default Android implementation.</li>
+<li>Device implementations (Android Automotive excluded) MUST support
+third-party accessibility service implementations through the
+android.accessibilityservice APIs
+[<a href="http://developer.android.com/reference/android/view/accessibility/package-summary.html">Resources, 43</a>]</li>
+<li>Device implementations (Android Automotive excluded) MUST generate
+AccessibilityEvents and deliver these events to all registered
AccessibilityService implementations in a manner consistent with the default
-Android implementation.</li>
- <li>Unless an Android Watch device with no audio output, device implementations
-MUST provide a user-accessible mechanism to enable and disable accessibility
-services, and MUST display this interface in response to the
-android.provider.Settings.ACTION_ACCESSIBILITY_SETTINGS intent.</li>
+Android implementation</li>
+<li> Device implementations (Android Automotive and Android Watch devices with
+no audio output excluded), MUST provide a user-accessible mechanism to enable
+and disable accessibility services, and MUST display this interface in response
+to the android.provider.Settings.ACTION_ACCESSIBILITY_SETTINGS intent.</li>
</ul>
<p>Additionally, device implementations SHOULD provide an implementation of an
@@ -4427,9 +4436,13 @@ Template</td>
<td>3.8.13. Unicode and font</td>
<td>MUST support Roboto 2 in addition to existing requirements. Added Android automotive requirements.</td>
</tr>
- <tr>
+ <tr>
+ <td>3.10. Accessibility</td>
+ <td>Added Android automotive requirements.</td>
+ </tr>
+ <tr>
<td>3.11. Text-To-Speech</td>
- <td>Added Android automotive requirements.</td>
+ <td>Added Android automotive requirements.</td>
</tr>
<tr>
<td>3.12. TV Input Framework</td>