I think I know the answer to this, but does an AsyncTask continue to live on once its calling Activity has been finish()ed?
finish()
protected void onPr
It keeps running until the onPostExecute finishes.
onPostExecute