Skip to content

Commit d13f9aa

Browse files
committed
attempt to fix IMSFramework crash
Change-Id: Iad6dd85afe8f37c1e443c116162d75f116c24316
1 parent 13ff533 commit d13f9aa

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)