Fix copy-paste typo in AccessibilityNodeInfo docs.
Bug: n/a Test: existing tests (comment only change) Change-Id: I712f32ccc873e2e7e2ae0ff15aea65b909de4525
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user