Guru Nagarajan | 6881b2c | 2011-11-23 08:31:08 -0800 | [diff] [blame] | 1 | <!-- |
| 2 | Copyright 2010 The Android Open Source Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
| 16 | |
| 17 | # Permitted Version Strings for Android 4.0 # |
| 18 | |
| 19 | As described in Section 3.2.2 of the [Android 4.0 Compatibility Definition](/cdds/android-4.0-cdd.pdf), |
| 20 | only certain strings are allowable for the system property |
| 21 | `android.os.Build.VERSION.RELEASE`. The reason for this is that |
| 22 | applications and web sites may rely on predictable values for this string, and |
| 23 | so that end users can easily and reliably identify the version of Android |
| 24 | running on their devices. |
| 25 | |
| 26 | Because subsequent releases of the Android software may revise this string, |
| 27 | but not change any API behavior, such releases may not be accompanied by a new |
| 28 | Compatibility Definition Document. This page lists the versions that are |
| 29 | allowable by an Android 4.0-based system. The only permitted values for |
| 30 | `android.os.Build.VERSION.RELEASE` for Android 4.0 are: |
| 31 | |
| 32 | - 4.0 |
| 33 | |
| 34 | - 4.0.1 |
Brian Muramatsu | a842527 | 2011-12-21 12:27:12 -0800 | [diff] [blame] | 35 | |
| 36 | - 4.0.3 |