I used this line in Android Studio to get IMEI number,
"android.telephony.TelephonyManager.getDeviceId()"
and I can see the first IMEI, but I need see the second IMEI.
Update: I checked this link Android : Check whether the phone is dual SIM
but I cant resolve the second IMEI.