Hello.
Faced a problem when working with SharedPreferences. I need to set the initial settings, which the user can then change in a separate activation, but I don’t understand how to make the settings not always initial.
That is, when you first start in the main activation, I set the values, but then even when changing the settings in the Activation Setting, when you restart, there will be the same initial values that I set in the main activation.
In general, I'm confused.