SharedPreferences mPrefs = getSharedPreferences("label", 0); String mString = mPrefs.getString("tag", "default_value_if_variable_not_found");