blob: 11d3086d6ff258c69d54dde8915f88227340c1db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
<ul>
<li><h2>Android 1.0</h2>
<ul>
<li><strong><a href="<?cs var:toroot ?>sdk/1.0_r1/index.html">Release 1</a></strong>
<ul>
<li><a href="<?cs var:toroot ?>sdk/1.0_r1/RELEASENOTES.html">Release Notes</a></li>
</ul>
</li>
<li><strong><a href="<?cs var:toroot ?>sdk/1.0_r2/index.html">Release 2</a></strong>
<ul>
<li><a href="<?cs var:toroot ?>sdk/1.0_r2/RELEASENOTES.html">Release Notes</a></li>
</ul>
</li>
</ul>
</li>
<!-- just a template
<li><h2>Android 1.1</h2>
<ul>
<li><strong><a href="<?cs var:toroot ?>sdk/1.1_r1/index.html">Release 1</a></strong>
<ul>
<li><a href="<?cs var:toroot ?>sdk/1.1_r1/RELEASENOTES.html">Release Notes</a></li>
</ul>
</li>
<li><strong><a href="<?cs var:toroot ?>sdk/1.1_r2/index.html">Release 2</a></strong>
<ul>
<li><a href="<?cs var:toroot ?>sdk/1.1_r2/RELEASENOTES.html">Release Notes</a></li>
</ul>
</li>
</ul>
</li>
-->
<li><a href="<?cs var:toroot ?>sdk/terms.html">Terms and Conditions</a></li>
</ul>
|