Re: [android-developers] Should AsyncTask.cancel(true) work?

2012-04-22 Thread Håvard Christensen
I still think the documentation could be clearer. On Tuesday, April 20, 2010 10:42:49 PM UTC+2, Nathan wrote: > > Cause it doesn't. > > I have a service running an Asynctask to do some work. > > I bind to it from an activity and call a cancel method. The service, > in turn, calls AsyncTask.canc

Re: [android-developers] Should AsyncTask.cancel(true) work?

2012-04-22 Thread Håvard Christensen
Updating the documentation to clearify the fact that it works like this, would be a very good thing. I haven't run into this issue myself, but the more clearification there is in documentation, the better. Makes all devs happy. On Tuesday, April 20, 2010 10:42:49 PM UTC+2, Nathan wrote: > > Caus