So, I noticed something a little odd as I was refactoring my code. Basically I am moving a bunch of code from an activity to a service, and this included a Notification.
In my notification I reference a String and an Icon which are both in my resources (R.drawable.myicon for example). When I moved this code to my Service class it was no longer able to resolve that path... Stumped... But must be missing something fundamental. -- 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

