aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClay Murphy <claym@google.com>2015-09-29 15:04:30 -0700
committerClay Murphy <claym@google.com>2015-10-01 11:03:23 -0700
commit73c00770a01e2a9c0163f140595212cb8ad2cebf (patch)
treed90fcceae72eb7de05e281e1d509b1f17dbd3725
parent9c0b92847010870d3ecb3dfb267ef73cf7cd07fa (diff)
downloadsource.android.com-73c00770a01e2a9c0163f140595212cb8ad2cebf.tar.gz
Docs: Add 6.0 versions page
Change-Id: I3fa5af5c56a95e19e2f7d9babc6d26e157f2a7c3 Bugs:24473181
-rw-r--r--src/compatibility/6.0/versions.jd18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/compatibility/6.0/versions.jd b/src/compatibility/6.0/versions.jd
new file mode 100644
index 00000000..d0c9eca0
--- /dev/null
+++ b/src/compatibility/6.0/versions.jd
@@ -0,0 +1,18 @@
+page.title=Permitted Version Strings for Android 6.0
+@jd:body
+
+<p>As described in Section 3.2.2 of the <a
+href="/compatibility/android-6.0-cdd.pdf">Android 6.0 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 6.0-based system. The only permitted values for
+<code>android.os.Build.VERSION.RELEASE</code> for Android 6.0 are:</p>
+<ul>
+<li>6.0</li>
+</ul>