开发者

Generating (not sending) a SMS?

开发者 https://www.devze.com 2023-04-01 10:01 出处:网络
Is it possible to generate an incoming SMS with custom sender and text ? If not, does it work to change the sender number in sendTextMessage ?

Is it possible to generate an incoming SMS with custom sender and text ?

If not, does it work to change the sender number in sendTextMessage ?

My goal is to generate / send 开发者_StackOverflow中文版a sms to my phone, while showing custom sender.

I'm not sure which approach should I choose.


Do you mean while debugging/developing with the SDK? If so there is an option to do this with the command line SDK tools, and also in the Eclipse IDE Android SDK tools in the debug screen (lower left).

If this is to implement a reminder consider the notification manager (aka "Status Bar"):

http://developer.android.com/guide/topics/ui/notifiers/notifications.html

0

精彩评论

暂无评论...
验证码 换一张
取 消