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

Commit ce3894ba authored by Nikita Dubrovsky's avatar Nikita Dubrovsky Committed by Android (Google) Code Review
Browse files

Merge "Minor javadoc fixes for RichContentReceiver API"

parents 6bbc3aac 186b4eba
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