diff options
| author | 2019-02-13 09:38:15 +0000 | |
|---|---|---|
| committer | 2019-02-13 09:38:15 +0000 | |
| commit | 6b6fcbd07ab84bc25d289fb60b9b55cbd31bc527 (patch) | |
| tree | 59bf8d9befcb77cd0b2a9bd1845e647441f1e446 | |
| parent | 9c6db23f79371ac1a7200fc013739d46cd35a031 (diff) | |
| parent | 6ca8ee7bff64e9382e0e6c86ab18eb02f01a0433 (diff) | |
Merge "Fixed @deprecated message:"
| -rw-r--r-- | core/java/android/service/contentcapture/ContentCaptureEventsRequest.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/java/android/service/contentcapture/ContentCaptureEventsRequest.java b/core/java/android/service/contentcapture/ContentCaptureEventsRequest.java index ca6676d87479..bbcf7a9c97b1 100644 --- a/core/java/android/service/contentcapture/ContentCaptureEventsRequest.java +++ b/core/java/android/service/contentcapture/ContentCaptureEventsRequest.java @@ -28,7 +28,8 @@ import java.util.List; /** * Not needed anymore... * - * @deprecated + * @deprecated ContentCaptureService should use + * {@code #onContentCaptureEvent(ContentCaptureSessionId, ContentCaptureEvent)} instead. * * @hide */ |