Build.VERSION_CODES.Eclair フィールド

定義

注意事項

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

E.

[Android.Runtime.Register("ECLAIR")]
[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 Eclair = 5;
[<Android.Runtime.Register("ECLAIR")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.BuildVersionCodes enum directly instead of this field.", true)>]
val mutable Eclair : Android.OS.BuildVersionCodes

フィールド値

Value = 5
属性

注釈

E.

2009 年 10 月に Android 2.0 として公開されました。

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

<ul><li> 関数はandroid.app.Service#onStartCommand Service.onStartCommand、以前の互換性android.app.Service#START_STICKY_COMPATIBILITYの代わりに新しいandroid.app.Service#START_STICKY動作を返します。 <li> クラスは android.app.Activity 、キーダウンではなくキーを上に押して戻るキーを実行し、仮想キーから取り消された押しを検出できるようになりました。 <li> クラスは android.widget.TabWidget タブに新しい配色を使用します。 新しいスキームでは、前景タブの背景は中灰色で、背景タブの背景は濃い灰色です。 </ul>

の Java ドキュメント android.os.Build.VERSION_CODES.ECLAIR

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

適用対象