Unsuk Jung | d1ac9fe | 2015-04-01 08:18:41 -0700 | [diff] [blame] | 1 | page.title=Permitted Version Strings for Android 5.1 |
Unsuk Jung | bca2749 | 2015-04-01 08:08:10 -0700 | [diff] [blame] | 2 | @jd:body |
| 3 | |
| 4 | <p>As described in Section 3.2.2 of the <a |
Unsuk Jung | d1ac9fe | 2015-04-01 08:18:41 -0700 | [diff] [blame] | 5 | href="/compatibility/android-5.1-cdd.pdf">Android 5.1 Compatibility Definition</a>, |
Unsuk Jung | bca2749 | 2015-04-01 08:08:10 -0700 | [diff] [blame] | 6 | only certain strings are allowable for the system property |
| 7 | <code>android.os.Build.VERSION.RELEASE</code>. The reason for this is that |
| 8 | applications and web sites may rely on predictable values for this string, and |
| 9 | so that end users can easily and reliably identify the version of Android |
| 10 | running on their devices.</p> |
| 11 | <p>Because subsequent releases of the Android software may revise this string, |
| 12 | but not change any API behavior, such releases may not be accompanied by a new |
| 13 | Compatibility Definition Document. This page lists the versions that are |
| 14 | allowable by an Android 5.0-based system. The only permitted values for |
Unsuk Jung | d1ac9fe | 2015-04-01 08:18:41 -0700 | [diff] [blame] | 15 | <code>android.os.Build.VERSION.RELEASE</code> for Android 5.1 are:</p> |
Unsuk Jung | bca2749 | 2015-04-01 08:08:10 -0700 | [diff] [blame] | 16 | <ul> |
Unsuk Jung | d1ac9fe | 2015-04-01 08:18:41 -0700 | [diff] [blame] | 17 | <li>5.1</li> |
Unsuk Jung | bca2749 | 2015-04-01 08:08:10 -0700 | [diff] [blame] | 18 | </ul> |