Код: Выделить всё
Intent callIntent = new Intent(Intent.ACTION_CALL);
callIntent.putExtra("simSlot", selectedSlot);
callIntent.setData(Uri.parse("tel:" + tel));
startActivity(callIntent);
Код: Выделить всё
callIntent.putExtra("simSlot", selectedSlot);
Код: Выделить всё
callIntent.putExtra("com.android.phone.extra.slot", selectedSlot);
Подробнее здесь: https://stackoverflow.com/questions/392 ... -sim-cards
Мобильная версия