Merge "Fix the dialing from contact for internet address." into gingerbread
This commit is contained in:
committed by
Android (Google) Code Review
commit
669070787c
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user