Merge "SipPhone: switch to its own phone type PHONE_TYPE_SIP." into gingerbread

This commit is contained in:
Hung-ying Tyan
2010-09-07 19:37:33 -07:00
committed by Android (Google) Code Review

View File

@@ -176,8 +176,7 @@ abstract class SipPhoneBase extends PhoneBase {
}
public int getPhoneType() {
// FIXME: add SIP phone type
return Phone.PHONE_TYPE_GSM;
return Phone.PHONE_TYPE_SIP;
}
public SignalStrength getSignalStrength() {