diff options
| author | 2012-02-24 19:28:42 -0800 | |
|---|---|---|
| committer | 2012-02-24 19:32:03 -0800 | |
| commit | d13f9aa8b1d59f4d8baf21960f18f5f7dc75dad7 (patch) | |
| tree | 14897909ae79a4911680e366a7dc25cc07c23d5f /telephony/java/android | |
| parent | 13ff5331f9463e0ce760d3957d5e555a256bbec8 (diff) | |
attempt to fix IMSFramework crash
Change-Id: Iad6dd85afe8f37c1e443c116162d75f116c24316
Diffstat (limited to 'telephony/java/android')
| -rw-r--r-- | telephony/java/android/telephony/ServiceState.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/telephony/java/android/telephony/ServiceState.java b/telephony/java/android/telephony/ServiceState.java index 9d88a1844f42..a9a5e905fb8c 100644 --- a/telephony/java/android/telephony/ServiceState.java +++ b/telephony/java/android/telephony/ServiceState.java @@ -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() { |