I am trying to get a SharedPreferences object from the PreferenceManager but don't want to pass in the Context to the class.
Can I get a "global" context from inside my class?
SharedPreferences pref =
PreferenceManager.getDefaultSharedPreferences(Some Global Context);