I am facing one problem when i kill application from background.My application is closed but the notification from the status bar is still there. How can we remove the notification from status bar when my application kill from background . Can we get the event when user kill the application from background ?
Thanks in advance.
try your code to remove the notification in the OnDestroy() method of your application class.
NOT TESTED, BUT GIVE A TRY