Skip to content

Commit f69d204

Browse files
pixelflingerAndroid (Google) Code Review
authored andcommitted
Merge "attempt to fix IMSFramework crash"
2 parents d020ebf + d13f9aa commit f69d204

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

telephony/java/android/telephony/ServiceState.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -650,6 +650,10 @@ public void setSystemAndNetworkId(int systemId, int networkId) {
650650
public int getRilRadioTechnology() {
651651
return this.mRadioTechnology;
652652
}
653+
/** @hide */
654+
public int getRadioTechnology() {
655+
return getRilRadioTechnology();
656+
}
653657

654658
/** @hide */
655659
public int getNetworkType() {

0 commit comments

Comments
 (0)