I am developing an application that calculates data and voice usage from an android user phone. The problem I am facing distinguishes this data according to the numbers in the two SIM phones. (for example, if I make a call from SIM card 1, then voice use must be matched with the corresponding number)
I searched in SO for this kind of code snippet, but no luck.
Is it possible in Android programmatically in any way? If so, what could be the best possible solution for this.
source share