diff options
author | Joe Fernandez <joefernandez@google.com> | 2011-12-20 10:38:34 -0800 |
---|---|---|
committer | Joe Fernandez <joefernandez@google.com> | 2011-12-22 15:08:23 -0800 |
commit | 3aef8e1d1b2f0b87d470bcccf37ba4ebb6560c45 (patch) | |
tree | 7600f58de48f6764d476cc9d6a92ed0a5dddf278 /voip/java/android/net/sip/SipManager.java | |
parent | 8f04ae361cd34fdaea41fbedefb85cff2c684e36 (diff) |
docs: Add developer guide cross-references, Project ACRE, round 4
Change-Id: I1b43414aaec8ea217b39a0d780c80a25409d0991
Diffstat (limited to 'voip/java/android/net/sip/SipManager.java')
-rw-r--r-- | voip/java/android/net/sip/SipManager.java | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/voip/java/android/net/sip/SipManager.java b/voip/java/android/net/sip/SipManager.java index cd0b5c40c885..74c36725a704 100644 --- a/voip/java/android/net/sip/SipManager.java +++ b/voip/java/android/net/sip/SipManager.java @@ -49,9 +49,16 @@ import java.text.ParseException; * SIP. You should always call {@link android.net.sip.SipManager#isVoipSupported * isVoipSupported()} to verify that the device supports VOIP calling and {@link * android.net.sip.SipManager#isApiSupported isApiSupported()} to verify that the device supports - * the SIP APIs.<br/><br/>Your application must also request the {@link + * the SIP APIs. Your application must also request the {@link * android.Manifest.permission#INTERNET} and {@link android.Manifest.permission#USE_SIP} * permissions.</p> + * + * <div class="special reference"> + * <h3>Developer Guides</h3> + * <p>For more information about using SIP, read the + * <a href="{@docRoot}guide/topics/network/sip.html">Session Initiation Protocol</a> + * developer guide.</p> + * </div> */ public class SipManager { /** |