can we send sms through emulator in android?

前端 未结 4 529
北海茫月
北海茫月 2021-01-21 02:29

i want to check the sms sending through th e emulator to phone can we do that?

4条回答
  •  天命终不由人
    2021-01-21 03:05

    I do not know if is it possible to send sms from emulator to device, but it is possible to send sms from one emulator instance to another. Use emulator port number as receiver phone number, i.e. if emulator runs on port 5444 you have to use 5444 as phone number to send an sms or call from another emulator instance.

提交回复
热议问题