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

Commit 186b4eba authored by Nikita Dubrovsky's avatar Nikita Dubrovsky
Browse files

Minor javadoc fixes for RichContentReceiver API

Bug: 152068298
Test: Presubmit
Change-Id: If86fa3d68ae2af616f234a3fe283f333c29888cd
parent 832edc3c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ import java.util.Set;
 *
 * <p>Example implementation:<br>
 * <pre class="prettyprint">
 *   public class MyRichContentReceiver extends RichContentReceiver&lt;TextView&gt; {
 *   public class MyRichContentReceiver implements RichContentReceiver&lt;TextView&gt; {
 *
 *       private static final Set&lt;String&gt; SUPPORTED_MIME_TYPES = Collections.unmodifiableSet(
 *           Set.of("text/*", "image/gif", "image/png", "image/jpg"));
+1 −1
Original line number Diff line number Diff line
@@ -13586,7 +13586,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
     * the clipboard). See {@link #setRichContentReceiver} for more info.
     *
     * @return The callback that this view is using to handle insertion of content. Returns
     * {@link #DEFAULT_RICH_CONTENT_RECEIVER} if not custom callback has been
     * {@link #DEFAULT_RICH_CONTENT_RECEIVER} if no custom callback has been
     * {@link #setRichContentReceiver set}.
     */
    @NonNull