I am changing and committing a SharedPreference in my SyncAdapter after successful sync, but I am not seeing the updated value when I access the preference in my Activity (rathe
In my case I was trying to access SharedPreferences from a service launched by a BroadcastReceiver.
I removed android:process=":remote" from the declaration in the AndroidManifest.xml to get it to work.
android:process=":remote"