[android-developers] Re: Problems Sending SMS Text Messages in 0.9

2008-08-25 Thread Justin (Google Employee)
This is a bug in the current SDK that is already fixed and the fix will be included in a future SDK. The sentIntent is intended to be optional as the documentation indicates. Cheers, Justin Android Team @ Google On Aug 23, 12:07 am, Reto [EMAIL PROTECTED] wrote: Ok, I think I've figured it

[android-developers] Re: Problems Sending SMS Text Messages in 0.9

2008-08-25 Thread Reto
Ok, I think I've figured it out. The 4th parameter (PendingIntent sentIntent) is *not* optional. If you pass in null you get the error log I've shown below. Is this designed behavior? If so, it's probably worth rewording the documentation so that it doesn't imply the parameter can be set to

[android-developers] Re: Problems Sending SMS Text Messages in 0.9

2008-08-22 Thread Megha Joshi
On Fri, Aug 22, 2008 at 3:34 AM, Reto [EMAIL PROTECTED] wrote: Has anyone had success sending SMS text messages in the new 0.9 beta? The following code used to work fine, but now I'm getting a null pointer exception on calling sendTextMessage: SmsManager smsManager =