Looks for code editing a SharedPreference but forgetting to call commit() on it

After calling edit() on a SharedPreference, you must call commit() or apply() on the editor to save the results.