Merge "Fix minor typo in ContentCaptureManager Javadoc" am: 6305e68c6e

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1619880

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I52def25c5f09fde078e6317a254fbe323f4598a5
This commit is contained in:
Yuntao Zhou
2021-03-11 02:14:36 +00:00
committed by Automerger Merge Worker

View File

@@ -67,7 +67,7 @@ import java.util.function.Consumer;
* <p>Content capture provides real-time, continuous capture of application activity, display and * <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 * 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 * 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 * to search for that restaurant, the intelligence service could offer an autofill dialog to
* let the user automatically select its address. * let the user automatically select its address.
* *