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