Build.VERSION_CODES.Gingerbread フィールド

定義

注意事項

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

G.

[Android.Runtime.Register("GINGERBREAD")]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.BuildVersionCodes enum directly instead of this field.", true)]
public const Android.OS.BuildVersionCodes Gingerbread = 9;
[<Android.Runtime.Register("GINGERBREAD")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.BuildVersionCodes enum directly instead of this field.", true)>]
val mutable Gingerbread : Android.OS.BuildVersionCodes

フィールド値

Value = 9
属性

注釈

G.

2010 年 12 月に Android 2.3 として公開されました。

このリリースまたは今後のリリースを対象とするアプリケーションでは、動作に次の新しい変更が加えられます。

<ul><li> アプリケーションの通知アイコンが新しいダーク ステータス バーの背景に表示されるため、この状況で表示する必要があります。 </ul>

Javaドキュメント。

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

適用対象