最終更新:2015-12-17 (木) 13:41:56 (3045d)  

Build.VERSION
Top / Build.VERSION

http://developer.android.com/reference/android/os/Build.VERSION.html

  • フィールド説明APIレベル関連
    Build.VERSION.BASE_OSThe base OS build the product is based on.23""
    Build.VERSION.CODENAMEThe current development codename, or the string "REL" if this is a release build.4RELro.build.version.codename?
    Build.VERSION.INCREMENTAL?The internal value used by the underlying source control to represent this build.11743067ro.build.version.incremental?
    Build.VERSION.PREVIEW_SDK_INT?The developer preview revision of a prerelease SDK.230
    Build.VERSION.RELEASE?The user-visible version string.14.3.1ro.build.version.release
    Build.VERSION.SDK?This field was deprecated in API level 4. Use SDK_INT to easily get this as an integer.118
    Build.VERSION.SDK_INTThe user-visible SDK version of the framework; its possible values are defined in Build.VERSION_CODES.418ro.build.version.sdk?
    Build.VERSION.SECURITY_PATCH?The user-visible security patch level.232015-10-01

関連