OSDN Git Service

Added SIP Demo
authorAlexander Lucas <alexlucas@google.com>
Wed, 3 Nov 2010 05:26:11 +0000 (22:26 -0700)
committerAlexander Lucas <alexlucas@google.com>
Wed, 3 Nov 2010 20:11:14 +0000 (13:11 -0700)
Change-Id: I418bd272b42b82b9048934071322013f62ac0635

Android.mk
docs/html/resources/resources_toc.cs
docs/html/resources/samples/images/SipDemo.png [new file with mode: 0755]
docs/html/resources/samples/index.jd

index 941cf85..1c8051b 100644 (file)
@@ -416,6 +416,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 \
index 628287d..735a00e 100644 (file)
           <li><a href="<?cs var:toroot ?>resources/samples/SearchableDictionary/index.html">
                 <span class="en">Searchable Dictionary v2</span>
               </a> <span class="new">new!</span></li>
+         <li><a href="<?cs var:toroot ?>resources/samples/SipDemo/index.html">
+               <span class="en">SIP Demo</span>
+             </a> <span class="new">new!</span></li>
           <li><a href="<?cs var:toroot ?>resources/samples/Snake/index.html">
                 <span class="en">Snake</span>
               </a></li>
diff --git a/docs/html/resources/samples/images/SipDemo.png b/docs/html/resources/samples/images/SipDemo.png
new file mode 100755 (executable)
index 0000000..999bea9
Binary files /dev/null and b/docs/html/resources/samples/images/SipDemo.png differ
index 9fc8e0b..cbe6ca3 100644 (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>