commit | 6f342d923df7bbb65ab801ef37bc870459396d59 | [log] [tgz] |
---|---|---|
author | Sailesh Nepal <sail@google.com> | Sat Feb 22 16:42:59 2014 -0800 |
committer | Sailesh Nepal <sail@google.com> | Sat Feb 22 16:49:34 2014 -0800 |
tree | fe182b3fee958ced3c8379b0a88cd65051bdacc1 | |
parent | 6d04622658e905ddca41cb3847daf107f59aa815 [diff] [blame] |
Implement PSTN call services Change-Id: I6239f0d9c68a3c08b63553b3fca266631211c759
diff --git a/src/com/android/phone/PhoneUtils.java b/src/com/android/phone/PhoneUtils.java index 69a7995..4ceefe1 100644 --- a/src/com/android/phone/PhoneUtils.java +++ b/src/com/android/phone/PhoneUtils.java
@@ -2627,7 +2627,7 @@ /** * @return true if this device supports voice calls using the built-in SIP stack. */ - static boolean isVoipSupported() { + public static boolean isVoipSupported() { return sVoipSupported; }