how to add dummy SMSs to android avd?
I am trying to build an app that accesses the sms on android os. But i dont have an android device.. so how to add some dummy sms on to th开发者_运维百科e avd so that i can test my app on those sms?? or any other way out?
Thanks.
In DDMS there is a tab named "Emulator Control" you can send SMSs or Calls to the emulator from there
精彩评论