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

Commit 66907078 authored by Chung-yih Wang's avatar Chung-yih Wang Committed by Android (Google) Code Review
Browse files

Merge "Fix the dialing from contact for internet address." into gingerbread

parents 5de1d36d 6f0f870f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -130,7 +130,7 @@ public class PhoneNumberUtils
        Uri uri = intent.getData();
        String scheme = uri.getScheme();

        if (scheme.equals("tel")) {
        if (scheme.equals("tel") || scheme.equals("sip")) {
            return uri.getSchemeSpecificPart();
        }