upload android base code part8
This commit is contained in:
parent
841ae54672
commit
5425409085
57075 changed files with 9846578 additions and 0 deletions
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1,42 @@
|
|||
<!DOCTYPE html>
|
||||
<head>
|
||||
<title>Android 5.1 Compatibility Definition</title>
|
||||
<link rel="stylesheet" type="text/css" href="android-cdd-cover.css"/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<table>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<p><img src="../images/android-logo.png" alt="Android logo" class="padding"/></p>
|
||||
<p class="title">Compatibility Definition</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<img src="../images/android-lollipop-mr1.jpg" alt="Lollipop logo" style="border-top: 5px solid orange; border-bottom: 5px solid orange"/>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<p class="subtitle">Android 5.1</p>
|
||||
<p class="cover-text">Last updated: July 10th, 2015</p>
|
||||
<p class="cover-text">Copyright © 2015, Google Inc. All rights reserved.</p>
|
||||
<p class="cover-text"><a href="mailto:compatibility@android.com">compatibility@android.com</a></p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<p class="padding-bottom"></p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,44 @@
|
|||
<html devsite>
|
||||
<head>
|
||||
<title>Permitted Version Strings for Android 5.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-5.1-cdd.pdf">Android 5.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 5.1-based system. The only permitted values for
|
||||
<code>android.os.Build.VERSION.RELEASE</code> for Android 5.1 are:</p>
|
||||
<ul>
|
||||
<li>5.1</li>
|
||||
<li>5.1.1</li>
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue