That is really strange, if the user should have the option of disabling it should not be bulked with push notifications.
2013/1/16 Kostya Vasilyev <[email protected]> > Heh. Looks like it *is* intentional. > > > https://android.googlesource.com/platform/frameworks/base/+/refs/heads/master/services/java/com/android/server/NotificationManagerService.java > > Lines 693-707: > > final boolean isSystemToast = ("android".equals(pkg)); > > if (ENABLE_BLOCKED_TOASTS && !isSystemToast && > !areNotificationsEnabledForPackageInt(pkg)) { > Slog.e(TAG, "Suppressing toast from package " + pkg + " by > user request."); > return; > } > > Line 114: > > private static final boolean ENABLE_BLOCKED_TOASTS = true; > > Commit diff: > > > https://android.googlesource.com/platform/frameworks/base/+/0da673f02e542c644c300568807c80e196296860%5E > ! > > -- K > > 2013/1/16 Tobias Lindberg <[email protected]>: > > Definetly a bug, no one would be stupid enough to do that on purpose. Or > at > > least I hope so. > > > > > > 2013/1/15 Kevin Duffey <[email protected]> > >> > >> Indeed that is important.. why would a toast notification be blocked by > >> that setting? Obviously a bug.. I can't imagine they meant to do that. > >> > >> > >> On Tue, Jan 15, 2013 at 2:09 PM, Mark Murphy <[email protected]> > >> wrote: > >>> > >>> Wow. That's an important find. Thanks for pointing this out! > >>> > >>> On Tue, Jan 15, 2013 at 4:31 PM, Harri Smått <[email protected]> wrote: > >>> > Hi, > >>> > > >>> > There's a bug filed on Android bug database; > >>> > > >>> > http://code.google.com/p/android/issues/detail?id=35013 > >>> > > >>> > In other words, if you disable application notifications, Toasts also > >>> > are disabled for that particular application. Could this be the > reason for > >>> > behaviour Tobias is facing? > >>> > > >>> > -- > >>> > H > >>> > > >>> > On Jan 15, 2013, at 11:18 PM, bob <[email protected]> wrote: > >>> > > >>> >> I have also tried this with the Galaxy S3 and 4.1.1, and the Toast > >>> >> shows fine. > >>> >> > >>> > > >>> > -- > >>> > 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 > >>> > >>> > >>> > >>> -- > >>> 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 4.5 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 > >> > >> > >> -- > >> 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 > > > > > > -- > > 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 > > -- > 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 > -- 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

