resolved conflicts for merge of f0452c25 to master

Change-Id: Ie8f5e81393ac965fd570f99239ab8be8ea0db00c
This commit is contained in:
Jason Chen
2010-11-04 09:29:55 -07:00
4 changed files with 7 additions and 1 deletions

View File

@@ -419,6 +419,8 @@ web_docs_sample_code_flags := \
resources/samples/SampleSyncAdapter "Sample Sync Adapter" \
-samplecode $(sample_dir)/SearchableDictionary \
resources/samples/SearchableDictionary "Searchable Dictionary v2" \
-samplecode $(sample_dir)/SipDemo \
resources/samples/SipDemo "SIP Demo" \
-samplecode $(sample_dir)/Snake \
resources/samples/Snake "Snake" \
-samplecode $(sample_dir)/SoftKeyboard \

View File

@@ -87,7 +87,7 @@
?>
<li>
<h2><span class="en">More</span>
<h2><span class="en">More</span>
</h2>
<ul>
<li><a href="<?cs var:toroot ?>resources/faq/commontasks.html">

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

View File

@@ -73,6 +73,10 @@ adapter).</dd>
<dd>A sample application that demonstrates Android's search framework,
including how to provide search suggestions for Quick Search Box.</dd>
<dt><a href="SipDemo/index.html">SIP Demo</a></dt>
<dd>An application that demonstrates how to make an internet-based call using the SIP
API.</dd>
<dt><a href="Snake/index.html">Snake</a></dt>
<dd>An implementation of the classic game "Snake."</dd>