Home | History | Annotate | Download | only in SipDemo

Lines Matching full:code

5 <p>The source code for this demo app shows how to accomplish three key things
13 href="src/com/example/android/sip/SipSettings.html"><code>SipSettings</code></a>
14 &mdash; a <code>PreferenceActivity</code> that supplies basic settings for SIP
16 href="src/com/example/android/sip/IncomingCallReceiver.html"><code>
17 IncomingCallReceiver</code></a> &mdash; a <code>BroadcastReceiver</code>
19 <code>WalkieTalkieActivity</code> for handling.</li> <li><a
20 href="src/com/example/android/sip/WalkieTalkieActivity.html"><code>WalkieTalkieActivity</code></a>
30 <ul> <li><code>&lt;uses-sdk android:minSdkVersion="9" /&gt;</code>, which
35 href="../../../guide/topics/manifest/uses-sdk-element.html"><code>&lt;uses-sdk&gt;</code></a>
38 application's manifest <ul> <li><code>&lt;uses-feature
39 android:name="android.hardware.sip.voip" /&gt;</code>, which tells Google
41 an <code>android:required</code> attribute that indicates whether you want
43 support. Other <code>&lt;uses-feature&gt;</code> declarations may also be
46 href="../../../guide/topics/manifest/uses-feature-element.html"><code>&lt;uses-feature&gt;</code></a>
49 href="../../../reference/android/net/sip/package-summary.html"><code>android.net.sip</a></code>