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
동작을 반환합니다android.app.Service#START_STICKY_COMPATIBILITY
.>< <li> 클래스는 android.app.Activity
이제 키 다운 대신 키에서 키 누름을 다시 실행하여 가상 키에서 취소된 누름을 감지할 수 있습니다. <li> 클래스는 android.widget.TabWidget
탭에 새 색 구성표를 사용합니다. 새 구성표에서 전경 탭에는 중간 회색 배경이 있고 배경 탭에는 진한 회색 배경이 있습니다. </ul>
에 대한 android.os.Build.VERSION_CODES.ECLAIR
Java 설명서
이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.