Fix copy-paste typo in AccessibilityNodeInfo docs.

Bug: n/a
Test: existing tests (comment only change)
Change-Id: I712f32ccc873e2e7e2ae0ff15aea65b909de4525
This commit is contained in:
Daniel Norman
2023-03-16 16:19:16 -07:00
parent f5549dfd72
commit 05be717a83

View File

@@ -2648,7 +2648,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() {