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?