共用方式為


PackageManager.Synchronous 欄位

定義

警告

This constant will be removed in the future version. Use Android.Content.PM.ComponentEnableOption enum directly instead of this field.

的旗標參數 #setComponentEnabledSetting(android.content.ComponentName, int, int) ,表示在元件狀態更新之後,指定的使用者的套件限制狀態將會串行化為磁碟。

[Android.Runtime.Register("SYNCHRONOUS", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.ComponentEnableOption enum directly instead of this field.", true)]
public const Android.Content.PM.ComponentEnableOption Synchronous = 2;
[<Android.Runtime.Register("SYNCHRONOUS", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.ComponentEnableOption enum directly instead of this field.", true)>]
val mutable Synchronous : Android.Content.PM.ComponentEnableOption

欄位值

Value = 2
屬性

備註

的旗標參數 #setComponentEnabledSetting(android.content.ComponentName, int, int) ,表示在元件狀態更新之後,指定的使用者的套件限制狀態將會串行化為磁碟。 請注意,這是同步磁碟存取,因此應該在背景線程上執行使用此旗標的呼叫。

android.content.pm.PackageManager.SYNCHRONOUSJava 檔。

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

適用於