diff options
| author | Reto Meier <retomeier@google.com> | 2012-03-14 09:27:11 -0700 |
|---|---|---|
| committer | Dirk Dougherty <ddougherty@google.com> | 2012-03-23 11:32:02 -0700 |
| commit | 20f394df4db02c492d7920f4f366b777451c2067 (patch) | |
| tree | 9e0c1b84d77f2ddcfb9c9778c8fc7a8db9aa4e3c /docs/html/resources/resources_toc.cs | |
| parent | 66f1bafb2326e12814df703a4285373e8651a3ce (diff) | |
| download | frameworks_base-20f394df4db02c492d7920f4f366b777451c2067.zip frameworks_base-20f394df4db02c492d7920f4f366b777451c2067.tar.gz frameworks_base-20f394df4db02c492d7920f4f366b777451c2067.tar.bz2 | |
Docs: Added efficient downloads Android U class
Change-Id: I2a9484c5a224a7e0688fbd9afb16246db8f3ddf9
Diffstat (limited to 'docs/html/resources/resources_toc.cs')
| -rw-r--r-- | docs/html/resources/resources_toc.cs | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/html/resources/resources_toc.cs b/docs/html/resources/resources_toc.cs index e1a5e0f..303a6d4 100644 --- a/docs/html/resources/resources_toc.cs +++ b/docs/html/resources/resources_toc.cs @@ -97,6 +97,30 @@ </li> </ul> </li> + + <li class="toggle-list"> + <div><a href="<?cs var:toroot ?>training/efficient-downloads/index.html"> + <span class="en">Transferring Data Without Draining the Battery</span> + </a> <span class="new">new!</span></div> + <ul> + <li><a href="<?cs var:toroot ?>training/efficient-downloads/efficient-network-access.html"> + <span class="en">Optimizing Downloads for Efficient Network Access</span> + </a> + </li> + <li><a href="<?cs var:toroot ?>training/efficient-downloads/regular_updates.html"> + <span class="en">Minimizing the Effect of Regular Updates</span> + </a> + </li> + <li><a href="<?cs var:toroot ?>training/efficient-downloads/redundant_redundant.html"> + <span class="en">Redundant Downloads are Redundant</span> + </a> + </li> + <li><a href="<?cs var:toroot ?>training/efficient-downloads/connectivity_patterns.html"> + <span class="en">Modifying Patterns Based on the Connectivity Type</span> + </a> + </li> + </ul> + </li> <li class="toggle-list"> <div><a href="<?cs var:toroot ?>training/search/index.html"> |
