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

Commit fe010404 authored by Dirk Dougherty's avatar Dirk Dougherty
Browse files

SDK doc change: remove "SDK has changed" notice from download page.

Change-Id: Ifb4b4b9f4f4bff4c78d62b4e60f692570956d29b
parent 97233468
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
    <title>Redirecting...</title>
    <meta http-equiv="refresh" content="0;url=<?cs var:toroot ?>sdk/<?cs 
      if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?cs 
      else ?><?cs var:sdk.current ?>/index.html<?cs /if ?>">
      else ?>index.html<?cs /if ?>">
    <link href="<?cs var:toroot ?>assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
  </head>
<?cs else ?>
@@ -38,8 +38,7 @@

  <div id="jd-content">
    <?cs 
    if:ndk ?><p><em><?cs 
      var:ndk.date ?></em></p><?cs 
    if:ndk ?><?cs 
    else ?><?cs 
      if:android.whichdoc == "online" ?><p><em><?cs 
      var:sdk.date ?></em></p><?cs 
@@ -120,6 +119,7 @@ computer. </p>
<?cs /if ?> 
<?cs # end if NDK ... the following is for the SDK ?>

<?cs #  
    <div class="toggle-content special">
    <p>The Android SDK has changed! If you've worked with the Android SDK before, 
    you will notice several important differences:</p>
@@ -146,12 +146,12 @@ computer. </p>
    href="adding-components.html">Adding SDK Components</a>.</p>
    </div>
    
    <a href='#' class='toggle-content-button show' onclick="toggleContent(this);return false;">
    <a href='#' class='toggle-content-button show' onclick="toggleContent(this,true);return false;">
      <span>show more</span><span style='display:none'>show less</span>
    </a>
  </div>

  <p>If you are new to the Android SDK, please read the <a href="#quickstart">Quick Start</a>,
?>
  <p>Welcome! If you are new to the Android SDK, please read the <a href="#quickstart">Quick Start</a>,
  below, for an overview of how to install and set up the SDK.</p>
  
  
+2.67 KiB
Loading image diff...