summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRGIB <gibellini.roberto@gmail.com>2016-11-20 00:27:10 +0100
committerRoberto Gibellini <gibellini.roberto@gmail.com>2016-11-19 16:49:34 -0700
commitf67cbe5900bd8c42953ce69a5eb9c95564bedcb6 (patch)
tree6a007930bcaac51a8a8651b47d96bcb75d8ac97b
parentf961d4af44d4a7547665d6de7e5dff7815c362ee (diff)
downloadandroid_device_samsung_smdk4412-qcom-common-cm-14.0.tar.gz
android_device_samsung_smdk4412-qcom-common-cm-14.0.tar.bz2
android_device_samsung_smdk4412-qcom-common-cm-14.0.zip
smdk4412-qcom : fix GET_CURRENT_CALLS crashescm-14.0
Change-Id: I97a27c26295ce784223ab0f2ace1239229f097bc (cherry picked from commit f90302bab507457df6dfd2943c3a8fa2b2738634)
-rw-r--r--ril/telephony/java/com/android/internal/telephony/smdk4x12QComRIL.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/ril/telephony/java/com/android/internal/telephony/smdk4x12QComRIL.java b/ril/telephony/java/com/android/internal/telephony/smdk4x12QComRIL.java
index 1f22fcd..5088752 100644
--- a/ril/telephony/java/com/android/internal/telephony/smdk4x12QComRIL.java
+++ b/ril/telephony/java/com/android/internal/telephony/smdk4x12QComRIL.java
@@ -240,9 +240,6 @@ public class smdk4x12QComRIL extends RIL implements CommandsInterface {
dc.isMT = (0 != p.readInt());
dc.als = p.readInt();
voiceSettings = p.readInt();
- if (isGSM){
- p.readInt();
- }
dc.isVoice = (0 == voiceSettings) ? false : true;
dc.isVoicePrivacy = (0 != p.readInt());
if (isGSM) {