diff options
| author | 2023-01-11 15:05:13 +0000 | |
|---|---|---|
| committer | 2023-01-11 15:05:13 +0000 | |
| commit | 1d0ed15b7a47360d9f20bce024a6936f25ba5343 (patch) | |
| tree | f0ca70e01313f16faf948bbd489e37c635be6ed8 | |
| parent | b4c9176b21f1e86370dd9e71320744298ac2ff57 (diff) | |
| parent | 8167356f3df7d6ee39b5057222a4acf699632a54 (diff) | |
docs: Fixed summary fragment and removed typo am: 8167356f3d
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20835757
Change-Id: I4d16066f4c0db42bf093e91df7af288b46ff57c1
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | core/java/android/view/contentcapture/ContentCaptureManager.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/java/android/view/contentcapture/ContentCaptureManager.java b/core/java/android/view/contentcapture/ContentCaptureManager.java index 48d29706a1e9..7370f1d0c2be 100644 --- a/core/java/android/view/contentcapture/ContentCaptureManager.java +++ b/core/java/android/view/contentcapture/ContentCaptureManager.java @@ -66,8 +66,7 @@ import java.util.concurrent.Executor; import java.util.function.Consumer; /** - * <p>The {@link ContentCaptureManager} provides additional ways for for apps to - * integrate with the content capture subsystem. + * <p>Provides additional ways for apps to integrate with the content capture subsystem. * * <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 |