You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** A method that updates a key-value pair in a `android.content.SharedPreferences` through a `SharedPreferences.Editor`. The value is not written until a `StorePreferenceMethod` is called. */
39
+
/**
40
+
* A method that updates a key-value pair in a
41
+
* `android.content.SharedPreferences` through a `SharedPreferences.Editor`. The
42
+
* value is not written until a `StorePreferenceMethod` is called.
0 commit comments