Your question is missing some information.

You can always kill your main activity that is possible.
But you dont have any other control on other activities if those
activities are binded to intent filter.
Because each activities runs in their own process ..but there is a
hack for this..if you can create an activity
that belongs to the same activity group you can kill them one by one
and kill the root at the end..
 as long as if both are launched by the same app launcher..
pleae minimize using system.exit..

-Arjun.


On Jul 30, 6:13 am, RamaMohan <rama.mohan...@gmail.com> wrote:
> HI all,
> I s there any way to kill the entire application at once.Not using
> with finish() or system.exit() ..all these two will kill the
> activity ,but not the appication.
> Is there any way to kill the entire application from any
> activity .Please help me .

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to