Merge "attempt to fix IMSFramework crash"
This commit is contained in:
committed by
Android (Google) Code Review
commit
f69d204d2d
@@ -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