blob: e9191111d17280d77f1ead2c1003f8c2ab2902cf [file] [log] [blame]
The Android Open Source Project88b60792009-03-03 19:28:42 -08001<?cs include:"doctype.cs" ?>
2<?cs include:"macros.cs" ?>
3<?cs set:guide="true" ?>
4<html>
5<?cs include:"head_tag.cs" ?>
6<?cs include:"header.cs" ?>
7
8<div class="g-unit" id="doc-content"><a name="top"></a>
9
10<div id="jd-header" class="guide-header">
11
12 <span class="crumb">
13 <a href="<?cs var:toroot ?>guide/samples/index.html">Sample Code &gt;</a>
14
15 </span>
16<h1><?cs var:page.title ?></h1>
17</div>
18
19<div id="jd-content">
20
Dirk Dougherty12741f52009-04-27 18:13:09 -070021<p>The file containing the source code shown below is located in the corresponding directory in <code>&lt;sdk&gt;/platforms/android-&lt;version&gt;/samples/...</code></p>
The Android Open Source Project88b60792009-03-03 19:28:42 -080022
23<!-- begin file contents -->
24<pre class="Code prettyprint"><?cs var:fileContents ?></pre>
25<!-- end file contents -->
26
27<?cs include:"footer.cs" ?>
28</div><!-- end jd-content -->
29</div> <!-- end doc-content -->
30
31<?cs include:"trailer.cs" ?>
32
33</body>
34</html>