ActivityManager.RunningAppProcessInfo.ImportanceService 欄位

定義

警告

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

#importance常數:此進程包含應該繼續執行的服務。

[Android.Runtime.Register("IMPORTANCE_SERVICE")]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Importance enum directly instead of this field.", true)]
public const Android.App.Importance ImportanceService = 300;
[<Android.Runtime.Register("IMPORTANCE_SERVICE")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Importance enum directly instead of this field.", true)>]
val mutable ImportanceService : Android.App.Importance

欄位值

Value = 300

實作

屬性

備註

#importance常數:此進程包含應該繼續執行的服務。 這些是背景服務應用程式已啟動,而不是使用者知道的內容,因此系統可能會相對自由地終止它們(雖然通常希望只要他們願意,他們就會繼續執行)。

android.app.ActivityManager.RunningAppProcessInfo.IMPORTANCE_SERVICEJava 檔。

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

適用於