Reputation: 394
Does android natively support the dual sim feature? Or is android extended by manufacturers to do so?
In particular, I'd like to make a sim switching app just like the ones in Samsung phones.
Also can anyone tell me in which system apk are the status bar and notifications located? I'm trying to reverse engineer the Samsung sim switching feature.
Thanks.
Upvotes: 2
Views: 2229
Reputation: 82553
No, dual SIM is not supported in Android out of the box. It is a custom modification by manufacturers, and there is no public API to control it.
The status bar and notifications are location in SystemUI.apk, but I doubt you'll be able to get much out of them. Any APIs used in their are unlikely to be available to third parties.
Upvotes: 4