言語

Build.BackportedFixStatusNotApplicable フィールド

定義

注意事項

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

既知の問題は、このデバイスには適用されません。

[Android.Runtime.Register("BACKPORTED_FIX_STATUS_NOT_APPLICABLE", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.BackportedFixStatus enum directly instead of this field.", true)]
public const Android.OS.BackportedFixStatus BackportedFixStatusNotApplicable = 2;
[<Android.Runtime.Register("BACKPORTED_FIX_STATUS_NOT_APPLICABLE", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.BackportedFixStatus enum directly instead of this field.", true)>]
val mutable BackportedFixStatusNotApplicable : Android.OS.BackportedFixStatus

フィールド値

Value = 2
属性

注釈

既知の問題は、このデバイスには適用されません。

たとえば、問題が特定のブランドにのみ影響する場合、他のブランドのデバイスは該当しないと報告します。

Javaドキュメント。

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象