Reputation: 1507
I am working on Sms Receive in android,if the users phone is a dual sim phone how to identify the sim from which SMS is being received,in the uploaded picture the message has been received by sim2, how can I retrieve that info on my message receiver?
Upvotes: 1
Views: 847
Reputation: 6869
Android SDK does not have support for dual sim. you need to contact your device manufacturer for sdk.
Upvotes: 1