blob: 9fcf50b59e2562e00871f037695f7bcc49420017 [file] [log] [blame] [view]
Skyler Kaufman991ae4d2011-04-07 12:30:41 -07001page.title=Permitted Version Strings for Android 2.1
2
3As described in Section 3.2.2 of the [Android 2.1 Compatibility Definition](android-2.1-cdd.pdf)
4Definition</a>, only certain strings are allowable for the system property
5<code>android.os.Build.VERSION.RELEASE</code>. The reason for this is that
6applications and web sites may rely on predictable values for this string, and
7so that end users can easily and reliably identify the version of Android
8running on their devices.
9
10Because subsequent releases of the Android software may revise this string,
11but not change any API behavior, such releases may not be accompanied by a new
12Compatibility Definition Document. This page lists the versions that are
13allowable by an Android 2.1-based system. The only permitted values for
14<code>android.os.Build.VERSION.RELEASE</code> for Android 2.1 are:
15
16- 2.1
17- 2.1-update1
18