The question is not limited only about force close errors. It is more about
the sudden death of the application which can happen because of so many
reasons. In which I want to handle Force close when user goes to the *Settings
-> Applications -> my App* and clicks *"Force Close"* and When some task
killer App *kills* my App.

By no means I intended to handle Force Close errors generated by some
errors / bugs, they must be faced and solved instead of hiding from them.


On Sat, Dec 29, 2012 at 9:43 PM, Nobu Games <[email protected]>wrote:

> I would focus on your force close error and fix that one instead of trying
> to work around other apps.
>
>
> On Thursday, December 27, 2012 12:02:06 AM UTC-6, Amit Dwivedi wrote:
>>
>> In my App I have several activities which are obviously related to each
>> other. Whenever I am on some activity and the user kills my app by using
>> any task killer. I want to do two things
>>
>>
>>    1. Clear the Notification which I added when the user logged in..
>>    2. finish all the activities other than the first Activity i.e. Login
>>    Activity
>>
>> Now if user starts again my app either from the recent tasks or from
>> launcher I want to start from the first activity i.e. Login Activity...
>>
>> Presently my code works absolutely fine if I use android *manage process* and
>> end the activity or force close the app from *android task manager*. But
>> if I am using some other task killer app i.e. Advanced task killer, after
>> closing the app when I relaunch the App from recent apps the it tries to
>> restart from the last used Activity instead of Login Activty and gives an
>> ugly force close error and when I click close it redirects me back to Login
>> Activity... The Notification is also not cleared when in this case.
>>
>> How do I handle third party task killers ?
>>
>> I have read several threads on SO but couldn't get the pointers, few of
>> them are ...
>>
>  --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Thanks & Regards,


Amit Kumar Dwivedi,<https://plus.google.com/u/0/115190842607054249032/posts>

Lead Programmer Analyst,
Argusoft India Ltd.

Cell No : +91-9714702392 (!dea), +91-9429551692 (BSNL)

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to