I programmatically create a nested set of PreferenceScreen s. When the user plunges into one of these screens and selects something there, I want to return to the previous PreferenceScreen (i.e., to the "parent").
I could not find any information about this, and the finish() call did not complete the task, but rather returned from ALL PreferenceScreen instead of one.
android nested preferencescreen
Lennert Feb 11 2018-11-11T00: 00Z
source share