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:44 -0700
commitb553455d58dabf2250a74ecd91a2faba60f5e843 (patch)
treed3cd2e92abf94b7d299c8e3b4329effec6d4afaf
parent1d04fceda65102347e6fe3549bc12ac862764b84 (diff)
downloadandroid_device_samsung_smdk4412-qcom-common-b553455d58dabf2250a74ecd91a2faba60f5e843.tar.gz
android_device_samsung_smdk4412-qcom-common-b553455d58dabf2250a74ecd91a2faba60f5e843.tar.bz2
android_device_samsung_smdk4412-qcom-common-b553455d58dabf2250a74ecd91a2faba60f5e843.zip
smdk4412-qcom : fix GET_CURRENT_CALLS crashes
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 eb2e2f7..d099a23 100644
--- a/ril/telephony/java/com/android/internal/telephony/smdk4x12QComRIL.java
+++ b/ril/telephony/java/com/android/internal/telephony/smdk4x12QComRIL.java
@@ -241,9 +241,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) {