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

Commit 2f9f8a38 authored by Quddus Chong's avatar Quddus Chong Committed by Android Git Automerger
Browse files

am 01c4d8d3: am dcfa7556: docs: Fixed training TOC formatting and broken link...

am 01c4d8d3: am dcfa7556: docs: Fixed training TOC formatting and broken link in TV training landing.

* commit '01c4d8d3':
  docs: Fixed training TOC formatting and broken link in TV training landing.
parents c7cbdd11 01c4d8d3
Loading
Loading
Loading
Loading
+10 −8
Original line number Diff line number Diff line
@@ -1654,6 +1654,14 @@ results."
    </ul>
  </li> <!-- end of Background Jobs -->

  <li class="nav-section">
    <div class="nav-section-header">
      <a href="<?cs var:toroot ?>training/best-performance.html">
      <span class="small">Best Practices for</span><br/>
              Performance
      </a>
    </div>
    <ul>
      <li>
        <a href="<?cs var:toroot ?>training/articles/memory.html"
          description=
@@ -1661,7 +1669,6 @@ results."
          on a variety of mobile devices."
          >Managing Your App's Memory</a>
      </li>

      <li>
        <a href="<?cs var:toroot ?>training/articles/perf-tips.html"
           description=
@@ -1669,7 +1676,6 @@ results."
           responsiveness and battery efficiency."
          >Performance Tips</a>
      </li>

      <li class="nav-section">
        <div class="nav-section-header">
          <a href="<?cs var:toroot ?>training/improving-layouts/index.html"
@@ -1697,7 +1703,6 @@ results."
          </li>
        </ul>
      </li>

      <li class="nav-section">
        <div class="nav-section-header">
          <a href="<?cs var:toroot ?>training/monitoring-device-state/index.html"
@@ -1707,7 +1712,8 @@ results."
             description=
             "How to minimize the amount of power your app requires by adapting to current
             power conditions and performing power-hungry tasks at proper intervals."
            >Optimizing Battery Life</a>
            >Optimizing Battery Life
            </a>
        </div>
        <ul>
          <li><a href="<?cs var:toroot ?>training/monitoring-device-state/battery-monitoring.html"
@@ -1763,7 +1769,6 @@ results."
          </li>
        </ul>
      </li>

      <li>
        <a href="<?cs var:toroot ?>training/articles/perf-anr.html"
           description=
@@ -1771,7 +1776,6 @@ results."
           display an &quot;Application Not Responding&quot; dialog."
          >Keeping Your App Responsive</a>
      </li>

      <li>
        <a href="<?cs var:toroot ?>training/articles/perf-jni.html"
           description=
@@ -1787,8 +1791,6 @@ results."
    </ul>
  </li> <!-- end of Performance -->



  <li class="nav-section">
    <div class="nav-section-header">
      <a href="<?cs var:toroot ?>training/best-security.html">
+2 −1
Original line number Diff line number Diff line
@@ -8,4 +8,5 @@ page.image=design/tv/images/focus.png

<p>These classes teach you how to build apps for TV devices.</p>

<p class="note"><strong>Note:</strong> For details on how to publish your TV apps in Google Play,  see <a href="{docRoot}distribute/googleplay/tv.html">Distributing to Android TV</a>.</p>
 No newline at end of file
<p class="note"><strong>Note:</strong> For details on how to publish your TV apps in Google Play,
see <a href="{@docRoot}distribute/googleplay/tv.html">Distribute to Android TV</a>.</p>
 No newline at end of file