Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7c5a3252 authored by Mark Lu's avatar Mark Lu Committed by android-build-merger
Browse files

docs: add info to SharedPreferences.Editor.putString am: fb48521f am: f434456b

am: 82a73436

Change-Id: I112c1d2944cf6f1feeb2abd93514c59ee143f08c
parents 0c282087 82a73436
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -72,7 +72,9 @@ public interface SharedPreferences {
         * {@link #commit} or {@link #apply} are called.
         * 
         * @param key The name of the preference to modify.
         * @param value The new value for the preference.
         * @param value The new value for the preference.  Passing {@code null}
         *    for this argument is equivalent to calling {@link #remove(String)} with
         *    this key.
         * 
         * @return Returns a reference to the same Editor object, so you can
         * chain put calls together.