setAccessibilityDataSensitive
Sets whether this node's accessibility data is considered sensitive.
For SDK 34 and higher: when set to true the framework will hide this node from accessibility services with the isAccessibilityTool property set to false.
Otherwise, for SDK 19 and higher: the framework cannot hide this node but this property may be read by accessibility services to provide modified behavior for sensitive nodes.
Note: Cannot be called from an android.accessibilityservice.AccessibilityService. This class is made immutable before being delivered to an AccessibilityService.
Parameters
accessibilityDataSensitive
True if the node's accessibility data is considered sensitive.
Throws
If called from an AccessibilityService.