I am writing an android application for my school project but i am stuck here. The problem is i have to access a SharedPreferences value and need it in an
SharedPreferences
You can get SharedPreferences in a background thread using the PreferenceManager like this:
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(.this);