You could call setAsyncThread(Thread.currentThread()) inside/during the AsyncTask's doInBackground method, likely at the start of the doInBackground.
You'd create the public and synchronized methods setAsyncThread and getAsyncThread yourself as part of the AsyncTask's subcllass. On Jun 14, 7:14 pm, Sven Bendel <[email protected]> wrote: > Hi dear Android-Dev-Team! > > As I'm working with AsyncTasks for a few days now and enjoyed how easy > you can make use of them, I missed something: > > Would it be possible to give us access to the Background-Thread being > created by AsyncTask objects so we can join it, let it sleep etc.? > > Regards, > Sven --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

