ActivityManager.RunningAppProcessInfo.ImportancePerceptiblePre26 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
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#O
Android 版本上。
在 Android 版本和更新版本 Build.VERSION_CODES#O
上,對於目標 API 層級低於 Build.VERSION_CODES#O
的應用程式,仍然會傳回此值。 針對以版本和更新版本 Build.VERSION_CODES#O
為目標的應用程式,將會傳回正確的值 #IMPORTANCE_PERCEPTIBLE
。
的 android.app.ActivityManager.RunningAppProcessInfo.IMPORTANCE_PERCEPTIBLE_PRE_26
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。