aboutsummaryrefslogtreecommitdiff
path: root/en/compatibility/8.1/versions.html
diff options
context:
space:
mode:
Diffstat (limited to 'en/compatibility/8.1/versions.html')
-rw-r--r--en/compatibility/8.1/versions.html43
1 files changed, 43 insertions, 0 deletions
diff --git a/en/compatibility/8.1/versions.html b/en/compatibility/8.1/versions.html
new file mode 100644
index 00000000..9d241cfe
--- /dev/null
+++ b/en/compatibility/8.1/versions.html
@@ -0,0 +1,43 @@
+<html devsite>
+ <head>
+ <title>Permitted Version Strings for Android 8.1</title>
+ <meta name="project_path" value="/_project.yaml" />
+ <meta name="book_path" value="/_book.yaml" />
+ </head>
+ <body>
+ <!--
+ Copyright 2017 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+
+<p>As described in Section 3.2.2 of the <a
+href="android-8.1-cdd.pdf">Android 8.1 Compatibility Definition</a>,
+only certain strings are allowable for the system property
+<code>android.os.Build.VERSION.RELEASE</code>. The reason for this is that
+applications and web sites may rely on predictable values for this string, and
+so that end users can easily and reliably identify the version of Android
+running on their devices.</p>
+<p>Because subsequent releases of the Android software may revise this string,
+but not change any API behavior, such releases may not be accompanied by a new
+Compatibility Definition Document. This page lists the versions that are
+allowable by an Android 8.1-based system. The only permitted values for
+<code>android.os.Build.VERSION.RELEASE</code> for Android 8.1 are:</p>
+<ul>
+<li>8.1</li>
+</ul>
+
+ </body>
+</html>