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

Merge commit 'd580eee29b50e1f11485b655fe5e6cc5a564615b' into gingerbread-plus-aosp

* commit 'd580eee29b50e1f11485b655fe5e6cc5a564615b':
  SipPhone: switch to its own phone type PHONE_TYPE_SIP.
This commit is contained in:
Hung-ying Tyan
2010-09-07 19:40:40 -07:00
committed by Android Git Automerger

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() {