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

This commit is contained in:
Daniel Norman
2023-03-22 16:51:24 +00:00
committed by Android (Google) Code Review

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() {