I have an application that saves some data in Shared Preferences and in a SQLite.
I need to know if the user goes to Settings->Application Manager->Myapp and clears data. In this case I need to send a broadcast to inform some 'satellite' applications that get data from my app so they stop their services.
Is there a Listener for this or a workawroung for this?
Thank you!