View.IsAccessibilityDataSensitive Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether this view should restrict accessibility service access only to services that have the
android.accessibilityservice.AccessibilityServiceInfo#isAccessibilityTool
property
set to true.
public virtual bool IsAccessibilityDataSensitive { [Android.Runtime.Register("isAccessibilityDataSensitive", "()Z", "GetIsAccessibilityDataSensitiveHandler", ApiSince=34)] get; }
[<get: Android.Runtime.Register("isAccessibilityDataSensitive", "()Z", "GetIsAccessibilityDataSensitiveHandler", ApiSince=34)>]
member this.IsAccessibilityDataSensitive : bool
Property Value
True if this view should restrict accessibility service access to services that have the isAccessibilityTool property.
- Attributes
Remarks
Whether this view should restrict accessibility service access only to services that have the android.accessibilityservice.AccessibilityServiceInfo#isAccessibilityTool
property set to true.
See default behavior provided by #ACCESSIBILITY_DATA_SENSITIVE_AUTO
. Otherwise, returns true for #ACCESSIBILITY_DATA_SENSITIVE_YES
or false for #ACCESSIBILITY_DATA_SENSITIVE_NO
.
Java documentation for android.view.View.isAccessibilityDataSensitive()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.