Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6bbf3891 authored by Scott Main's avatar Scott Main Committed by The Android Open Source Project
Browse files

AI 147767: set 1.1 download page to include "not current" disclaimer

  and a markup typo fix in the download page.
  BUG=1790234

Automated import of CL 147767
parent 7b54237c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
page.title=Android 1.1 SDK, Release 1

sdk.not_latest_version=true
sdk.version=1.1_r1
sdk.date=February 2009

@@ -18,6 +19,8 @@ sdk.linux_checksum=ebcb16b0cd4aef198b4dd9a1418efbf1

@jd:body

<p><a href="{@docRoot}sdk/RELEASENOTES.html#1.1_r1">Release Notes</a></p>

<h2>SDK Contents</h2>

<h4>Development tools</h4>
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ hide_license_footer=true

@jd:body

<script language="javascript">
<script type="text/javascript">
  function verify() {
    document.getElementById('download-button').disabled = !document.getElementById('checkbox').checked;
  }
@@ -68,7 +68,7 @@ The License Agreement constitutes a contract between you and Google with respect
  <p>If you want to re-read the license agreement, it's available to you in the <em>SDK</em> tab.</p>
</div>

<script language="javascript">
<script type="text/javascript">
  var loc = window.location.href;
  var filename = loc.substring(loc.indexOf('=')+1,loc.length);
  version = filename.substring(filename.indexOf('.')-1,filename.lastIndexOf('.'));