UiAutomation.FlagDontSuppressAccessibilityServices Field

Definition

Caution

This constant will be removed in the future version. Use Android.App.UiAutomationFlags enum directly instead of this field.

UiAutomation suppresses accessibility services by default.

[Android.Runtime.Register("FLAG_DONT_SUPPRESS_ACCESSIBILITY_SERVICES", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.UiAutomationFlags enum directly instead of this field.", true)]
public const Android.App.UiAutomationFlags FlagDontSuppressAccessibilityServices = 1;
[<Android.Runtime.Register("FLAG_DONT_SUPPRESS_ACCESSIBILITY_SERVICES", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.UiAutomationFlags enum directly instead of this field.", true)>]
val mutable FlagDontSuppressAccessibilityServices : Android.App.UiAutomationFlags

Field Value

Value = 1
Attributes

Remarks

UiAutomation suppresses accessibility services by default. This flag specifies that existing accessibility services should continue to run, and that new ones may start. This flag is set when obtaining the UiAutomation from Instrumentation#getUiAutomation(int).

Java documentation for android.app.UiAutomation.FLAG_DONT_SUPPRESS_ACCESSIBILITY_SERVICES.

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.

Applies to