views:

58

answers:

1

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?

A: 

Hi,
Hope the below link will help you to understand how to solve your task :
BroadcastReceiver

Sen
i still don't get it.. Can you explain it more detail?