How can I kill Android activity from asynchronous thread?
In my android application, I start another activity using startActivity. Is there anyway for me to kill that activity I started after several minutes?
Or is there any way beside using thread?
I think you have to run DT activity in a background process even though you won’t have control over your application.