Search code examples
androidsettingsforceclose

Get an Event when User FORCE CLOSE my application from settings in Android?


I am working to deal with the System services about my android application. I have to Authenticate user at the time when he/she Force Close the application. For this I am in a need to get an EVENT when user FORCE CLOSE the application from Settings. Please suggest me how can I achieve this ??


Solution

  • Assuming that by "Force Close" you mean "Force Stop" in Settings, this is not possible.