Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2c9de2b9 authored by Chung-yih Wang's avatar Chung-yih Wang Committed by Android Git Automerger
Browse files

am f57324cf: Add getSipUri() for identification.

Merge commit 'f57324cf' into gingerbread-plus-aosp

* commit 'f57324cf':
  Add getSipUri() for identification.
parents 1ded9f95 f57324cf
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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;