You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
823 B
34 lines
823 B
<?cs include:"doctype.cs" ?>
|
|
<?cs include:"macros.cs" ?>
|
|
<?cs set:resources="true" ?>
|
|
<html>
|
|
<?cs include:"head_tag.cs" ?>
|
|
<?cs include:"header.cs" ?>
|
|
<body class="gc-documentation">
|
|
|
|
|
|
<a name="top"></a>
|
|
<div class="g-unit" id="doc-content">
|
|
<div id="jd-header" class="guide-header">
|
|
<span class="crumb"> </span>
|
|
<h1><?cs var:page.title ?></h1>
|
|
</div>
|
|
|
|
<div id="jd-content">
|
|
<p><a href="index.html">← Back</a></p>
|
|
|
|
<p>The file containing the source code shown below is located in the corresponding directory in <code><sdk>/samples/android-<version>/...</code></p>
|
|
|
|
<!-- begin file contents -->
|
|
<pre><?cs var:fileContents ?></pre>
|
|
<!-- end file contents -->
|
|
|
|
<?cs include:"footer.cs" ?>
|
|
</div><!-- end jd-content -->
|
|
</div> <!-- end doc-content -->
|
|
|
|
<?cs include:"trailer.cs" ?>
|
|
|
|
</body>
|
|
</html>
|