共用方式為


UiAutomation.FlagDontUseAccessibility 欄位

定義

警告

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

UiAutomation 預設會使用輔助功能子系統。

[Android.Runtime.Register("FLAG_DONT_USE_ACCESSIBILITY", ApiSince=31)]
[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 FlagDontUseAccessibility = 2;
[<Android.Runtime.Register("FLAG_DONT_USE_ACCESSIBILITY", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.UiAutomationFlags enum directly instead of this field.", true)>]
val mutable FlagDontUseAccessibility : Android.App.UiAutomationFlags

欄位值

Value = 2
屬性

備註

UiAutomation 預設會使用輔助功能子系統。 此旗標提供一個選項,可消除讓輔助功能子系統參與不需要與使用者介面互動的測試額外負荷。 設定此旗標會停用依賴輔助功能的方法。 從 Instrumentation#getUiAutomation(int)取得UiAutomation時,會設定此旗標。

android.app.UiAutomation.FLAG_DONT_USE_ACCESSIBILITYJava 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於