3

I want to unRegister form Sip server when some one kills app from task manager.

How to get event when app kills form task manager?

Thanks in advance.

Mukesh
  • 402
  • 4
  • 19

1 Answers1

5

You are not informed when your app's process is terminated by any means, whether initiated by the user (task killer, Force Stop, etc.) or the OS on its own (e.g., low memory condition).

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491