On 11 August 2010 11:50, CaryWang <[email protected]> wrote: > I run service in the background I want to use Toast.makeText display message > to run Activity.but I don't know Activity context I know Activity > packageName and className.What should I do?
What about just using getApplicationContext()? -- 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

