aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-08-29 21:15:33 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-08-29 21:15:33 +0000
commit635b28e4cb6978878fb99a1b2fa11ac861149e0a (patch)
tree73682f4a1c65e04b7c7d63208f1be44a44715a52
parent3aca44f699ee7a9a7cdb949bbdfb3fda1a73cfb0 (diff)
parent88cb8ac742cb42fd00470cca6eab4b24e8021850 (diff)
downloadplatform_compatibility_cdd-android11-qpr1-d-release.tar.gz
platform_compatibility_cdd-android11-qpr1-d-release.tar.bz2
platform_compatibility_cdd-android11-qpr1-d-release.zip
Change-Id: I7b69d6e5c1b16a5333d9104418eac3356aada79d
-rw-r--r--6_dev-tools-and-options/6_1_developer_tools.md5
-rw-r--r--9_security-model/9_8_privacy.md4
2 files changed, 8 insertions, 1 deletions
diff --git a/6_dev-tools-and-options/6_1_developer_tools.md b/6_dev-tools-and-options/6_1_developer_tools.md
index 8045e8e4..33e6df16 100644
--- a/6_dev-tools-and-options/6_1_developer_tools.md
+++ b/6_dev-tools-and-options/6_1_developer_tools.md
@@ -98,7 +98,10 @@ SDK.
* [C-SR] Are STRONGLY RECOMMENDED to provide, through the perfetto binary,
at least the data sources described in [the perfetto documentation](
https://developer.android.com/studio/command-line/perfetto).
-
+* [**Low Memory Killer**](https://source.android.com/devices/tech/perf/lmkd)
+ * [C-0-10] MUST write a `LMK_KILL_OCCURRED_FIELD_NUMBER` Atom to the
+ statsd log when an app is terminated by the [Low Memory Killer](
+ https://source.android.com/devices/tech/perf/lmkd).
* [**Test Harness Mode**](https://source.android.com/compatibility/cts/harness)
If device implementations support the shell command `cmd testharness` and
run `cmd testharness enable`, they:
diff --git a/9_security-model/9_8_privacy.md b/9_security-model/9_8_privacy.md
index 7049c8e9..b52a6134 100644
--- a/9_security-model/9_8_privacy.md
+++ b/9_security-model/9_8_privacy.md
@@ -133,6 +133,10 @@ following interactions between the applications and the user.
[`Content Capture`](
https://developer.android.com/reference/android/view/contentcapture/package-summary)
API or a similarly capable, proprietary API.
+* Any text or other data sent via the [`TextClassifier API`](https://developer.android.com/reference/android/view/textclassifier/TextClassifier)
+ to the System TextClassifier i.e to the system service to understand
+ the meaning of text, as well as generating predicted next actions based on
+ the text.
If device implementations capture the data above, they: