diff options
| author | Evelyn Kao <ekao@google.com> | 2020-08-28 22:23:41 +0000 |
|---|---|---|
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-08-28 22:23:41 +0000 |
| commit | 2fd6c35fa6e7114da11f2d5db523159fd545b4e5 (patch) | |
| tree | 8d6eed6dab70ca1c9f637f9dc051ecd6a5edde61 | |
| parent | f1bc64fcefce60ea75a2d298e875c6b724bcacb9 (diff) | |
| parent | e7e066a3eb28baa83b0dd54a7045434ba12a9eb3 (diff) | |
| download | platform_compatibility_cdd-2fd6c35fa6e7114da11f2d5db523159fd545b4e5.tar.gz platform_compatibility_cdd-2fd6c35fa6e7114da11f2d5db523159fd545b4e5.tar.bz2 platform_compatibility_cdd-2fd6c35fa6e7114da11f2d5db523159fd545b4e5.zip | |
CDD: Added in TextClassifier as part of ContentCapture am: e7e066a3eb
Original change: https://googleplex-android-review.googlesource.com/c/platform/compatibility/cdd/+/12004034
Change-Id: Icb588a3543c6d0d6d9b64135e3c581679aedbd9b
| -rw-r--r-- | 9_security-model/9_8_privacy.md | 4 |
1 files changed, 4 insertions, 0 deletions
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: |
