On 11 mrt, 21:49, Wesley <[email protected]> wrote: > So, are the resource ids unique across all applications on the phone ? Probably not, but does it matter? The NotificationManager probably gets the drawable from the context it got called and used from.
> What about new applications being downloaded, how would this work ? Well, you shouldn't care for it :) The system does that for you. > > On Mar 10, 7:42 pm, Zero <[email protected]> wrote: > > > > > resource id can be any id from your project as well. should work just > > fine. > > > On 10 Mrz., 18:52, Wesley <[email protected]> wrote: > > > > Is it possible to display a custom icon (i.e., an icon which is a > > > application resource) on a notification ? > > > For sounds you can pass a Uri which makes possible to play custom > > > sounds when notifying, but for the icon you only pass the resource id > > > when creating the Notification object, which as I understand makes > > > possible only to display the system icons (i.e., those on android.R). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

