Am trying to dynamically update a particular preference screen summary which nest sub options(This preference screen has it's own key name). My goal is that the preference screen summary should be updated by the state of a switch preference in it's sub or nested view. I tried using the guide here How to listen for preference changes within a PreferenceFragment? but this only shows how to dynamically update particular key references.
Any pointers to achieve this implementation for particular preference screen with key name?