In android how should i get phone number of sms sender?

前端 未结 3 1907
逝去的感伤
逝去的感伤 2020-12-20 10:24

In android how should i get phone number of sms sender?

I make application which sends sms but takes money charges for that, so can i send s

3条回答
  •  一生所求
    2020-12-20 10:36

    the method .getOriginatingAddress() in rahul code gives the senders phone no. so use it wherever you want.simple!!

提交回复
热议问题