Hi,
I have a service that is called at boot time. This service then calls
an intent this way:
Intent myStarterIntent = new Intent(getApplicationContext(),
Loader.class);
myStarterIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
getApplicationContext().startActivity(myStarterIntent);
Is the Loader class also running as a service?
I'm not sure about the concepts.
thanks
guich
--
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