val Fragment.defaultSharedPreferences: SharedPreferences?
Returns default SharedPreferences instance by calling PreferenceManager.getDefaultSharedPreferences on the container activity.
Returns null if the fragment isn't attached to an activity.