am f57324cf: Add getSipUri() for identification.
Merge commit 'f57324cf4f82947296f4d1acb9df1f3c9c03134e' into gingerbread-plus-aosp * commit 'f57324cf4f82947296f4d1acb9df1f3c9c03134e': Add getSipUri() for identification.
This commit is contained in:
@@ -102,6 +102,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;
|
||||
|
||||
Reference in New Issue
Block a user