Reputation: 177
I have developed an app that has a receiver for incoming call, it works fine for all phones. One user has a dual SIM android phone. The app works fine for the first SIM. But when someone calls on his second SIM, our app is not invoked.
Can someone please guide, what is wrong, or is there some limitation in Android ?
Upvotes: 1
Views: 1045
Reputation: 2783
Any application built on Android will guarantee only for Single SIM mobiles. Because Android does not support multiple SIMs, at least from the SDK. Device manufacturers who have created multi-SIM devices are doing so on their own. You are welcome to contact your device manufacturer and see if they have an SDK add-on or something that allows you to access the second SIM.
Upvotes: 1