Loading telephony/java/android/telephony/TelephonyManager.java +1 −7 Original line number Diff line number Diff line Loading @@ -3383,13 +3383,7 @@ public class TelephonyManager { /** @hide */ public int getSimCount() { // FIXME Need to get it from Telephony Dev Controller when that gets implemented! // and then this method shouldn't be used at all! if(isMultiSimEnabled()) { return 2; } else { return 1; } return getPhoneCount(); } /** Loading Loading
telephony/java/android/telephony/TelephonyManager.java +1 −7 Original line number Diff line number Diff line Loading @@ -3383,13 +3383,7 @@ public class TelephonyManager { /** @hide */ public int getSimCount() { // FIXME Need to get it from Telephony Dev Controller when that gets implemented! // and then this method shouldn't be used at all! if(isMultiSimEnabled()) { return 2; } else { return 1; } return getPhoneCount(); } /** Loading