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

Commit 102d4520 authored by Alan Viverette's avatar Alan Viverette
Browse files

Actually fix docs build breakage this time

Change-Id: I980544b65342cc37cdc1cfcb589f32eae6b1b354
parent dfef6b5d
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -6709,10 +6709,11 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
     * A content description briefly describes the view and is primarily used
     * for accessibility support to determine how a view should be presented to
     * the user. In the case of a view with no textual representation, such as
     * {@link android.view.ImageButton}, a useful content description explains
     * what the view does. For example, an image button with a phone icon that
     * is used to place a call may use "Call" as its content description. An
     * image of a floppy disk that is used to save a file may use "Save".
     * {@link android.widget.ImageButton}, a useful content description
     * explains what the view does. For example, an image button with a phone
     * icon that is used to place a call may use "Call" as its content
     * description. An image of a floppy disk that is used to save a file may
     * use "Save".
     *
     * @param contentDescription The content description.
     * @see #getContentDescription()