Loading src/java/com/android/internal/telephony/SmsController.java +1 −1 Original line number Diff line number Diff line Loading @@ -400,7 +400,7 @@ public class SmsController extends ISmsImplBase { } // If reached here and multiple SIMs and subs present, sms sim pick activity is needed if (subInfoLength > 0 && telephonyManager.getSimCount() > 1) { if (subInfoLength > 1 && telephonyManager.getSimCount() > 1) { return true; } } Loading Loading
src/java/com/android/internal/telephony/SmsController.java +1 −1 Original line number Diff line number Diff line Loading @@ -400,7 +400,7 @@ public class SmsController extends ISmsImplBase { } // If reached here and multiple SIMs and subs present, sms sim pick activity is needed if (subInfoLength > 0 && telephonyManager.getSimCount() > 1) { if (subInfoLength > 1 && telephonyManager.getSimCount() > 1) { return true; } } Loading