Merge "Fix copy-paste typo in AccessibilityNodeInfo docs." into udc-dev am: 25be63a7bc
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/22129614 Change-Id: I01307b56d5413cc2e5c4cb0e4c1c9a97f6faed87 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -2648,7 +2648,7 @@ public class AccessibilityNodeInfo implements Parcelable {
|
|||||||
/**
|
/**
|
||||||
* Gets if the node's accessibility data is considered sensitive.
|
* 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()
|
* @see View#isAccessibilityDataSensitive()
|
||||||
*/
|
*/
|
||||||
public boolean isAccessibilityDataSensitive() {
|
public boolean isAccessibilityDataSensitive() {
|
||||||
|
|||||||
Reference in New Issue
Block a user