Build.VERSION_CODES.Gingerbread Field

Definition

Caution

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

Field Value

Value = 9
Attributes

Remarks

G.

Released publicly as Android 2.3 in December 2010.

Applications targeting this or a later release will get these new changes in behavior:

<ul> <li> The application's notification icons will be shown on the new dark status bar background, so must be visible in this situation. </ul>

Java documentation for android.os.Build.VERSION_CODES.GINGERBREAD.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to