I was wondering if its possible to create a Thread and kill/finish The Activity, is it Even possible, if yes then how come it does not work in AsyncTask's doInBackGround()
I was wondering if its possible to create a Thread and kill/finish The Activity,
Share
You should only call finish() from the UI thread.