Reputation: 250
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?
Upvotes: 6
Views: 6435
Reputation: 3311
you need this method. SubscriptionManager.getActiveSubscriptionInfoCountMax
Upvotes: 10