

Wakes up a single thread that is waiting on this object's monitor.
#Preference manager apk code#
Returns a hash code value for the object. Returns the runtime class of this Object. Indicates whether some other object is "equal to" this one.Ĭalled by the garbage collector on an object when garbage collection determines that there are no more references to the object. Sets the storage location used internally by this class to be the default provided by the hosting Context.Įxplicitly set the storage location used internally by this class to be device-protected storage.Ĭreates and returns a copy of this object. Sets the name of the SharedPreferences file that preferences managed by this will use. SetSharedPreferencesName( String sharedPreferencesName) Sets the mode of the SharedPreferences file that preferences managed by this will use. SetSharedPreferencesMode(int sharedPreferencesMode) Sets the default values from an XML preference file by reading the values defined by each Preference item's android:defaultValue attribute. SetDefaultValues( Context context, int resId, boolean readAgain) Similar to setDefaultValues(Context, int, boolean) but allows the client to provide the filename and mode of the shared preferences file. SetDefaultValues( Context context, String sharedPreferencesName, int sharedPreferencesMode, int resId, boolean readAgain) Indicates if the storage location used internally by this class is backed by device-protected storage. Indicates if the storage location used internally by this class is the default provided by the hosting Context. Returns the current name of the SharedPreferences file that preferences managed by this will use. Returns the current mode of the SharedPreferences file that preferences managed by this will use. Gets a SharedPreferences instance that preferences managed by this will use. Returns the name used for storing default shared preferences. GetDefaultSharedPreferencesName( Context context) Gets a SharedPreferences instance that points to the default file that is used by the preference framework in the given context. GetDefaultSharedPreferences( Context context) The Activity meta-data key for its XML preference hierarchy. Interface definition for a class that will be called when the container's activity is stopped. Interface definition for a class that will be called when the container's activity receives an activity result. PreferenceManager.OnActivityResultListener Interface definition for a class that will be called when the container's activity is destroyed. PreferenceManager.OnActivityDestroyListener
