On 11 August 2010 11:57, CaryWang wrote:
> NO,getApplicationContext() is Service Context don't Activity Context.
Service got no Activity, remember? Just use getApplicationContext() as I said,
because it's valid for services too, becasue:
java.lang.Object
↳android.content.Context
NO,getApplicationContext() is Service Context don't Activity Context.
2010/8/11 { Devdroid }
> On 11 August 2010 11:50, CaryWang 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
> > pa
On 11 August 2010 11:50, CaryWang 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 receive
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?
--
Cary
--
You received this message because you are subscribed to the Google
Groups "Android Developers" gr
4 matches
Mail list logo