I think you cannot, the preferencefragment is tied to sharedpreferences, but you can be a listener of those and when a pref is write, send it to the server, and when the fragment is displayed, get the infos from the server, and then populate the settings in the fragment (with a progress dialog for example)