attempt to fix IMSFramework crash

Change-Id: Iad6dd85afe8f37c1e443c116162d75f116c24316
This commit is contained in:
Mathias Agopian
2012-02-24 19:28:42 -08:00
parent 13ff5331f9
commit d13f9aa8b1

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