[android-developers] Re: Receive an SMS (sms send +9998887777 hello)

2008-04-16 Thread Dorothy
I've just got a notification of a incoming sms, finally, that's a little strange because I didn't change anything... Thanks anyway D --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post

[android-developers] Re: Receive an SMS (sms send +9998887777 hello)

2008-04-16 Thread Dorothy
I have the same problem with m5_rc15_linux, my IntentReceiver doesn't answer at all. Has anyone some ideas about it? Thanks a lot. Dorothy --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group.

[android-developers] Re: Receive an SMS (sms send +9998887777 hello)

2008-03-23 Thread Megha Joshi
Hi, The Android SDK does not include an inbuilt application to send and receive SMS at this time. That is why you don't see any log messages on sending SMS. If you want to see a log, or handle SMS messages you should create your own application. In the AndroidManifest.xml of your application set