Loading src/java/com/android/internal/telephony/SamsungQualcommRIL.java +5 −1 Original line number Diff line number Diff line Loading @@ -536,10 +536,14 @@ public class SamsungQualcommRIL extends RIL implements CommandsInterface { if (response[i]== null){ response[i]=Integer.toString(Integer.MAX_VALUE); } else { try { Integer.parseInt(response[i]); } catch(NumberFormatException e) { response[i]=Integer.toString(Integer.parseInt(response[i],16)); } } } } return response; } Loading Loading
src/java/com/android/internal/telephony/SamsungQualcommRIL.java +5 −1 Original line number Diff line number Diff line Loading @@ -536,10 +536,14 @@ public class SamsungQualcommRIL extends RIL implements CommandsInterface { if (response[i]== null){ response[i]=Integer.toString(Integer.MAX_VALUE); } else { try { Integer.parseInt(response[i]); } catch(NumberFormatException e) { response[i]=Integer.toString(Integer.parseInt(response[i],16)); } } } } return response; } Loading