diff options
| author | 2023-01-09 22:38:35 +0000 | |
|---|---|---|
| committer | 2023-01-09 22:38:35 +0000 | |
| commit | f49e9792e10a5a0961a6409ce381e59556c98619 (patch) | |
| tree | b786438fe8af6b3c2b7d66e9393647918132e0a1 | |
| parent | f20ca28a4fdd41140f0aa1060457160f9d69e21c (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: I2999c56859b27039e31448f7f2607c030f041b57
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 |