I'm developing an application for Android 2.3.4.
This app gets all calls in call log and sends them to a server. The app works very well but now I have a problem. I have to add the Dual SIM option.
I've looked around and it seems that Android mixes the call log register of the both SIMs. Well, since I have to get only log of 1 SIM, how can I do that? Can Android do something like that (determining on call log which SIM got called) or do I have to change Android version?
There is a Way to find information about dual Sim in android API level 22 and above using SubscriptionManager, it provides a List SubscriptionInfo to the user which contain information about Multiple sims