On Tue, Jul 3, 2012 at 10:40 AM, brandall <benrandal...@gmail.com> wrote: > It seems there is no answer here or on Stackoverflow for this behaviour
There should be an error message appearing to the right of the "Bad notification for startForeground:" portion of your message, based upon the source code that I am reading. Are you sure there is nothing there? Posting the entire stack trace is considered a fairly conventional step when you seek assistance for issues like this. Also, have you tried switching to Notification.Builder or NotificationCompat.Builder? > so > I have to assume it's a notification from a service bug for a small number > of Android devices. Where do I report this as a bug? "com.android.settings.TTS_SETTINGS" is not part of the Android SDK, near as I can tell, so you should not be using it in the first place. Moreover, few of the settings activities are guaranteed on any device anyway, which is why you see the sentence "In some cases, a matching Activity may not exist, so ensure you safeguard against this" for many of the settings actions that *are* in the SDK. It is fairly safe to assume that not all devices will offer an activity for this undocumented and unsupported action. So, first, create a test case that is: 1. Reproducible (otherwise, there's little anyone can do), and 2. Does not use things that you should not be using, like TTS_SETTINGS, that may cause your test case to be ignored Then, and only then, file an issue on http://b.android.com. -- 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 android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en