Merge "attempt to fix IMSFramework crash"

This commit is contained in:
Mathias Agopian
2012-02-24 19:58:05 -08:00
committed by Android (Google) Code Review

View File

@@ -650,6 +650,10 @@ public class ServiceState implements Parcelable {
public int getRilRadioTechnology() {
return this.mRadioTechnology;
}
/** @hide */
public int getRadioTechnology() {
return getRilRadioTechnology();
}
/** @hide */
public int getNetworkType() {