Sending Message From Android Emulator
I am developing an android messaging application. I want to send sms to url from android emulator. Is it 开发者_如何学Cpossible? Can anyone help me?
Thanks in advance, Tushar
You can use the Android emulator console to generate an SMS message and direct it to an emulator instance:
sms send <senderPhoneNumber> <textmessage>
<senderPhoneNumber>
is an arbitrary numeric string.
精彩评论