I would like to save if the user enabled dark mode for the application so it can be re-loaded when the app is opened again.
This is something that should be saved in the applications android data folder. What's the best way I could do that?
You should use the
to get the location, and then you could use
to load/save the information.