Build.VERSION_CODES.Eclair フィールド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。