aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKasual52e <mushroomhead52e@gmail.com>2016-01-28 08:01:28 -0800
committerDan Pasanen <invisiblek@cyanogenmod.org>2016-02-02 19:39:32 -0800
commit02894b79f55d3547bc383ff8a023622bca5965a1 (patch)
treef4ada044acd51308107e502c697eb278b97fef25
parentec0a6539a08dde43bbd92e1059d961aab9ab48e9 (diff)
ril: don't inherit LgeLteRIL
This is causing com.android.phone to crash constantly Change-Id: Idc1b6d145aaa5311e52db118f5bde7837dbb3017
-rw-r--r--ril/telephony/java/com/android/internal/telephony/LS990RIL.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/ril/telephony/java/com/android/internal/telephony/LS990RIL.java b/ril/telephony/java/com/android/internal/telephony/LS990RIL.java
index 8df9442..12f4719 100644
--- a/ril/telephony/java/com/android/internal/telephony/LS990RIL.java
+++ b/ril/telephony/java/com/android/internal/telephony/LS990RIL.java
@@ -35,7 +35,7 @@ import com.android.internal.telephony.uicc.IccCardStatus;
*
* {@hide}
*/
-public class LS990RIL extends LgeLteRIL implements CommandsInterface {
+public class LS990RIL extends RIL implements CommandsInterface {
static final String LOG_TAG = "LS990RIL";
public LS990RIL(Context context, int preferredNetworkType,