>
>
> > java.lang.IllegalArgumentException: contentIntent required: 
> > pkg=com.brandall.nutter id=1079820303 
> > 
> notification=Notification(vibrate=null,sound=null,defaults=0x0,flags=0x60) 
> > 
> > There's nothing else relevant in the output. 
>
> Is that in your null Intent case? The message makes more sense for 
> that than with the TTS_SETTINGS scenario. 
>

That is returned in all cases...null or activity. 

>
> It looks like contentIntent used to be required, but no longer is, as 
> of October 2010 (in terms of source code updates). Do you see a 
> pattern in OS versions in the devices that are hitting this? 
>
> I would recommend using an Intent that points to one of your 
> activities -- that avoids the TTS_SETTINGS problem and avoids the null 
> contentIntent. 
>

It's definitely replicated when using the main activity to launch the 
application. The stack did also contain:

W/19:27:15.560 ActivityManager(  220)
at 
com.android.server.NotificationManagerService.enqueueNotificationInternal(NotificationManagerService.java:888)
W/19:27:15.560 ActivityManager(  220)
Error showing notification for service

I haven't narrowed down which OS/Devices are having the problems - I will 
do though. A dev on StackOverflow commented on the linked post that he only 
found this issue on the Kindle Fire. I have LG devices reporting this 
though..

Can't help thinking that there's a glitch in the matrix on some devices 
where startforeground is 'expected' when firing a notification from a 
service... 

Thanks again for your replies. I'll continue to investigate.

>
> -- 
> Mark Murphy (a Commons Guy) 
> http://commonsware.com | http://github.com/commonsguy 
> http://commonsware.com/blog | http://twitter.com/commonsguy 
>
> _The Busy Coder's Guide to Android Development_ Version 3.7 Available! 
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to