> It would have been nice to be able to get a list of all existing
> (background) activities and close them manually, but I don't think
> it's possible.
My guess is that you're going to have to go fishing in the
undocumented stuff, which might all change tomorrow.
This class looks interesting:
public final class android.server.am.ActivityManagerService extends
android.app.ActivityManagerNative{
It has this method, for instance:
public void moveTaskToFront(int);
No idea of course whether any of it's accessible.
--
David N. Welton
http://www.welton.it/davidw/
http://www.dedasys.com/
--~--~---------~--~----~------------~-------~--~----~
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]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---