diff options
| author | 2023-01-11 15:58:14 +0000 | |
|---|---|---|
| committer | 2023-01-11 15:58:14 +0000 | |
| commit | 36ba1bdb2b53153a620b103796c409a030dfadb1 (patch) | |
| tree | d8241489fd8a4484a5deb7a49c03ff8b8b0b9ed3 | |
| parent | ea08a5a23a420993ba24c3451fca95c62388aa95 (diff) | |
| parent | d1282298231ca34044a15e045c7672da3e50a4db (diff) | |
docs: Fixed summary fragment and removed typo am: 8167356f3d am: 1d0ed15b7a am: a73ffd4098 am: d128229823
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20835757
Change-Id: I889f95f5b42386b487cf6a2c1b43f1ce2f29d65c
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 d067d4bc366b..497f0668107f 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 |