Skip to content Skip to sidebar Skip to footer

Get Calls From Log By Specific SIM

I want to get calls from Android CallLog.Calls which were made from a specific SIM. Is there's a way to check which SIM was used to make call? The following method allows to check

Solution 1:

In the CallLog.Calls class, there don't seems any field that keeps SIM Information (like which SIM is used while making an outgoing call).

So, I guess it make no difference if your app was installed or not installed, the Call Log Content provider does not seems to maintain SIM-Sepcific, such as from which SIM the call has been initiated.


Post a Comment for "Get Calls From Log By Specific SIM"