Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bb217985 authored by Yuntao Zhou's avatar Yuntao Zhou Committed by Automerger Merge Worker
Browse files

Merge "Fix minor typo in ContentCaptureManager Javadoc" am: 6305e68c am:...

Merge "Fix minor typo in ContentCaptureManager Javadoc" am: 6305e68c am: 3ffbb1f0 am: 7c6ef98d am: 4c8df0cb

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Iab916c57b8d548a8570deb7fa8aba39f9d438636
parents e0f5c938 4c8df0cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,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.
 *