Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Check total number of SIM slot in mobile

After a lot of research, I know the information about total active SIM. But I want to know about total number of SIM slot (SIM active or not) are in mobile. So my question is,

Can we detect that the phone has single SIM or multi SIMs?

like image 915
Tejas Patel Avatar asked Mar 13 '23 13:03

Tejas Patel


1 Answers

you need this method. SubscriptionManager.getActiveSubscriptionInfoCountMax

like image 90
Jiang YD Avatar answered Mar 15 '23 02:03

Jiang YD