- I have tried all of the stack overflow solutions but it didn't work, all solutions are outdated
- I tried both below codes but it always return the
-1
int slot = intent.getExtras().getInt("slot",-1)
int slot = intent.getExtras().getInt("simId", -1)
Try using this method with
telecomManager
you can find the sim on which you are receiving call.