Hello I am looking for the any global callback that get executed when user close my app from "Recent Apps" manually. Is there any trick to detect this ?
I am not looking for onDestroy
because that also call when you press back button so that can not differentiate whether user has closed it from "Recent Apps" or from back button.
Thanks in advance.