How to figure out which SIM received SMS in Dual SIM Android Device

后端 未结 3 1741
迷失自我
迷失自我 2020-12-09 05:46

I\'m working on a project to sync sms received in a Android phone to a online database. I can get sender\'s number by calling getOriginatingAddress() method. Bu

3条回答
  •  再見小時候
    2020-12-09 06:09

    SMSs have thread_id field, maybe unique for participants set. Maybe it is different for the same sender and the two SIMs and helps at least to differentiate.

提交回复
热议问题