attempt to fix IMSFramework crash
Change-Id: Iad6dd85afe8f37c1e443c116162d75f116c24316
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user