Freigeben über


UiAutomation.FlagDontSuppressAccessibilityServices Feld

Definition

Achtung

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

UiAutomation unterdrückt standardmäßig Barrierefreiheitsdienste.

[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

Feldwert

Value = 1
Attribute

Hinweise

UiAutomation unterdrückt standardmäßig Barrierefreiheitsdienste. Dieses Kennzeichen gibt an, dass vorhandene Barrierefreiheitsdienste weiterhin ausgeführt werden sollen und dass neue gestartet werden können. Dieses Flag wird beim Abrufen der UiAutomation von Instrumentation#getUiAutomation(int).

Java-Dokumentation für android.app.UiAutomation.FLAG_DONT_SUPPRESS_ACCESSIBILITY_SERVICES.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: