am 2c9de2b9: am f57324cf: Add getSipUri() for identification.

Merge commit '2c9de2b9e5568c8918b36866d3cf20833a8c20e1'

* commit '2c9de2b9e5568c8918b36866d3cf20833a8c20e1':
  Add getSipUri() for identification.
This commit is contained in:
Chung-yih Wang
2010-08-10 21:54:01 -07:00
committed by Android Git Automerger

View File

@@ -109,6 +109,10 @@ public class SipPhone extends SipPhoneBase {
return mProfile.getProfileName();
}
public String getSipUri() {
return mProfile.getUriString();
}
public boolean canTake(Object incomingCall) {
synchronized (SipPhone.class) {
if (!(incomingCall instanceof SipAudioCall)) return false;