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

Commit 18911194 authored by Katie's avatar Katie Committed by Katie Dektar
Browse files

[Docs] getParcelableArray reference links to non-deprecated method

Checked formatting of link against
frameworks/base/core/java/android/os/Bundle.java

Bug: DOCS_ONLY
Test: DOCS_ONLY
Flag: DOCS_ONLY
Change-Id: Ic6022f5295f8efd6ecd6188e5a86a2c9f6d4c0cb
parent 89f4de36
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -806,7 +806,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.
     *