Merge "SipPhone: switch to its own phone type PHONE_TYPE_SIP." into gingerbread
This commit is contained in:
committed by
Android (Google) Code Review
commit
d580eee29b
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user