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

Commit 5584ab7a authored by Katie Dektar's avatar Katie Dektar Committed by Android (Google) Code Review
Browse files

Merge "[Docs] getParcelableArray reference links to non-deprecated method" into main

parents ad497393 18911194
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -856,7 +856,7 @@ public class AccessibilityNodeInfo implements Parcelable {
     * inside the CharSequence returned by {@link #getText()}, and the length must be positive.
     * <p>
     * The data can be retrieved from the {@code Bundle} returned by {@link #getExtras()} using this
     * string as a key for {@link Bundle#getParcelableArray(String)}. The
     * string as a key for {@link Bundle#getParcelableArray(String, Class)}. The
     * {@link android.graphics.RectF} will be null for characters that either do not exist or are
     * off the screen.
     *