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

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

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

Merge commit '2c9de2b9'

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