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#START_STICKY
行為,而不是舊的相容性 android.app.Service#START_STICKY_COMPATIBILITY
。android.app.Service#onStartCommand Service.onStartCommand
>< <li> 類別 android.app.Activity
現在會在按鍵向上而非向下鍵上執行反鍵按下,以便從虛擬按鍵偵測已取消的按下。 <li> 類別 android.widget.TabWidget
會針對索引標籤使用新的色彩配置。 在新配置中,前景索引卷標具有中灰色背景,背景索引卷標具有深灰色背景。 </ul>
的 android.os.Build.VERSION_CODES.ECLAIR
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。