I have a user Id in the application stored in Shared Preferences , I use it in different Activitу , Fragment and I need it all the time.
But if the Shared Preferences or some of the values from them are deleted, I want to know about it and close the application.
How can I do that?