From 538f58916a5bd22420a0a691cfeed2828084ec73 Mon Sep 17 00:00:00 2001 From: Yuntao Zhou Date: Thu, 4 Mar 2021 19:46:39 +0000 Subject: [PATCH] Fix minor typo in ContentCaptureManager Javadoc Noticed on https://developer.android.com/reference/android/view/contentcapture/ContentCaptureManager Change-Id: I7bb01264947b93e0784497cbad5a5609cb4296d3 --- .../java/android/view/contentcapture/ContentCaptureManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/view/contentcapture/ContentCaptureManager.java b/core/java/android/view/contentcapture/ContentCaptureManager.java index 10f6c610d5d33..96818fa26a732 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; *

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. *