1<?cs include:"doctype.cs" ?>
2<?cs include:"macros.cs" ?>
3<?cs set:resources="true" ?>
4<html>
5<?cs include:"head_tag.cs" ?>
6<?cs include:"header.cs" ?>
7<body class="gc-documentation">
8
9
10<a name="top"></a>
11<div class="g-unit" id="doc-content">
12 <div id="jd-header" class="guide-header">
13  <span class="crumb">&nbsp;</span>
14  <h1><?cs var:page.title ?></h1>
15 </div>
16
17<div id="jd-content">
18<p><a href="index.html">&larr; Back</a></p>
19
20<p>The file containing the source code shown below is located in the corresponding directory in <code>&lt;sdk&gt;/samples/android-&lt;version&gt;/...</code></p>
21
22<!-- begin file contents -->
23<pre><?cs var:fileContents ?></pre>
24<!-- end file contents -->
25
26<?cs include:"footer.cs" ?>
27</div><!-- end jd-content -->
28</div> <!-- end doc-content -->
29
30<?cs include:"trailer.cs" ?>
31
32</body>
33</html>
34