Good morning!
Is there a way to trigger some code of my app when settings are changed while the app is not running? I know that there is AppBase.onSettingsChanged(), but according to the documentation that one is triggered only while the app is running.
Background of the question: I'd like to clear the storage when settings are changed, since some of the entries may be obsolete. I can run some routines to check that when the app is started, but it would be more efficient to only do it when I know that settings actually have changed.