UiAutomation.FlagDontSuppressAccessibilityServices 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
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_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
欄位值
Value = 1- 屬性
備註
UiAutomation 預設會隱藏輔助功能服務。 此旗標會指定現有的輔助功能服務應該繼續執行,而且新的輔助功能服務可能會啟動。 從 Instrumentation#getUiAutomation(int)
取得UiAutomation時,會設定此旗標。
的 android.app.UiAutomation.FLAG_DONT_SUPPRESS_ACCESSIBILITY_SERVICES
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。