diff options
| author | Yuntao Zhou <yuntaoz@google.com> | 2021-03-11 02:20:40 +0000 |
|---|---|---|
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2021-03-11 02:20:40 +0000 |
| commit | 7c6ef98d3e879aaecf35cb54a78e2bc64d617bb9 (patch) | |
| tree | cb9c47342ad96df7823055fa1b9eec78493041c3 /core/java | |
| parent | 9c617a1829b414d87db812a162100db6701a25ae (diff) | |
| parent | 3ffbb1f042e6acd105bf07b360706d85040d313f (diff) | |
Merge "Fix minor typo in ContentCaptureManager Javadoc" am: 6305e68c6e am: 3ffbb1f042
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1619880
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: I2b0b07498a0dcdf199825a3927776d9ab79090b6
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/view/contentcapture/ContentCaptureManager.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/contentcapture/ContentCaptureManager.java b/core/java/android/view/contentcapture/ContentCaptureManager.java index 10f6c610d5d3..96818fa26a73 100644 --- a/core/java/android/view/contentcapture/ContentCaptureManager.java +++ b/core/java/android/view/contentcapture/ContentCaptureManager.java @@ -67,7 +67,7 @@ import java.util.function.Consumer; * <p>Content capture provides real-time, continuous capture of application activity, display and * events to an intelligence service that is provided by the Android system. The intelligence * service then uses that info to mediate and speed user journey through different apps. For - * example, when the user receives a restaurant address in a chat app and switchs to a map app + * example, when the user receives a restaurant address in a chat app and switches to a map app * to search for that restaurant, the intelligence service could offer an autofill dialog to * let the user automatically select its address. * |
