共用方式為


ActivityManager.RunningAppProcessInfo.ImportancePerceptiblePre26 欄位

定義

警告

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

#importance常數:#IMPORTANCE_PERCEPTIBLE在 之前Build.VERSION_CODES#O有這個錯誤的值。

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

欄位值

Value = 130

實作

屬性

備註

#importance常數:#IMPORTANCE_PERCEPTIBLE在 之前Build.VERSION_CODES#O有這個錯誤的值。 Build.VERSION_CODES#O由於 SDK,已修正的值#IMPORTANCE_PERCEPTIBLE

系統會傳回此值, #IMPORTANCE_PERCEPTIBLE 而不是在下列 Build.VERSION_CODES#OAndroid 版本上。

在 Android 版本和更新版本 Build.VERSION_CODES#O 上,對於目標 API 層級低於 Build.VERSION_CODES#O的應用程式,仍然會傳回此值。 針對以版本和更新版本 Build.VERSION_CODES#O 為目標的應用程式,將會傳回正確的值 #IMPORTANCE_PERCEPTIBLE

android.app.ActivityManager.RunningAppProcessInfo.IMPORTANCE_PERCEPTIBLE_PRE_26Java 檔。

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

適用於