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 2.2 # 18 19 As described in Section 3.2.2 of the [Android 2.2 Compatibility Definition](/cdds/android-2.2-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 2.2-based system. The only permitted values for 30 `android.os.Build.VERSION.RELEASE` for Android 2.2 are: 31 32 - 2.2 33 34 - 2.2.1 35 36