can we send sms through emulator in android?

前端 未结 4 477
北海茫月
北海茫月 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.

    0 讨论(0)
  • 2021-01-21 03:06

    The emulator is not connected to any cellular network so sending a real sms is not possible.

    0 讨论(0)
  • 2021-01-21 03:06

    Sending SMS from 1 emulator to another with help of Device Control is possible.... But you cant send the SMS from emulator to a device (with or without connectivity) :)

    0 讨论(0)
  • 2021-01-21 03:08

    You can send sms from one emulator to another one.For that you need to run two emulators . Use emulator port number as receiver phone number.And the emulator should have the same instance . Like if your app is running on emulator name Em-5554 , the second emulator should be Em-5556

    0 讨论(0)
提交回复
热议问题