I was wondering if it is possible to create a Thread and kill / end an Activity, is it possible, if so, why is it not working in AsyncTask doInBackGround()
AsyncTask doInBackGround()
You should only call finish () from the user interface thread.