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にこの間違った値がありました。 SDK 以降、 Build.VERSION_CODES#O#IMPORTANCE_PERCEPTIBLE 値は修正されています。

システムは、 の下Build.VERSION_CODES#O#IMPORTANCE_PERCEPTIBLE Android バージョンでは ではなく、この値を返します。

Android バージョン Build.VERSION_CODES#O 以降では、ターゲット API レベルが 以下 Build.VERSION_CODES#Oのアプリの場合でも、この値が返されます。 バージョン Build.VERSION_CODES#O 以降を対象とするアプリの場合は、正しい値 #IMPORTANCE_PERCEPTIBLE が返されます。

の Java ドキュメント android.app.ActivityManager.RunningAppProcessInfo.IMPORTANCE_PERCEPTIBLE_PRE_26

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象