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

Commit 3ba8ccad authored by Daniel Norman's avatar Daniel Norman Committed by Automerger Merge Worker
Browse files

Merge "Fix copy-paste typo in AccessibilityNodeInfo docs." into udc-dev am:...

Merge "Fix copy-paste typo in AccessibilityNodeInfo docs." into udc-dev am: 25be63a7 am: dca74ebc

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/22129614



Change-Id: I75a7c1f8558584e51aaf46998543b8dfb16b97b7
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents edcef6f9 dca74ebc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2654,7 +2654,7 @@ public class AccessibilityNodeInfo implements Parcelable {
    /**
     * Gets if the node's accessibility data is considered sensitive.
     *
     * @return True if the node is editable, false otherwise.
     * @return True if the node's data is considered sensitive, false otherwise.
     * @see View#isAccessibilityDataSensitive()
     */
    public boolean isAccessibilityDataSensitive() {