CDD: Require that core app intents must be handled by preinstalled apps.
Clarified the language regarding core app intents so we don't miss the
case where core apps been uninstalled and so there is no handler to
handle the core intents.
Merged-In: I96d89dc76aaad9eecc224212d637bd830ac9a3f6
Bug: 65409077
Test: N/A
Change-Id: I96d89dc76aaad9eecc224212d637bd830ac9a3f6
diff --git a/3_software/3_2_soft-api-compatibility.md b/3_software/3_2_soft-api-compatibility.md
index 3837b1c..e2ac24d 100644
--- a/3_software/3_2_soft-api-compatibility.md
+++ b/3_software/3_2_soft-api-compatibility.md
@@ -248,9 +248,9 @@
applications considered core Android applications, which implements several
intent patterns to perform common actions.
-* [C-0-1] Device implementations MUST include these application, service
-components, or at least a handler, for all the public intent filter patterns
-defined by the the following core Android applications in AOSP:
+* [C-0-1] Device implementations MUST preload one or more applications or
+service components with an intent handler, for all the public intent filter
+patterns defined by the following core android applications in AOSP:
* Desk Clock
* Browser
@@ -433,4 +433,4 @@
* [C-3-1] Only the owner of that display, system, and activities that are
already on that display MUST be able to launch to it. Everyone can launch to
a display that has [android.view.Display.FLAG_PUBLIC](https://developer.android.com/reference/android/view/Display.html#FLAG_PUBLIC)
- flag.
\ No newline at end of file
+ flag.