>> Another >> question is how to >> use resources from other packages in methods like Notification(int >> icon, CharSequence >> tickerText, long when), where 1st argument is just resource id? > > You can't, AFAIK. Things that take a Context and a resource ID might > be able to use your package context to get the resource from other > packages. Methods like the Notification constructor that do not take a > Context will get the resource from your own package.
Thanks - looks like design flaw if you ask me. Anyway - I wonder if sharedUserId would help somehow magically? -- 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

