Use new SharedPreferences$Editor.apply() instead of commit().

apply() starts an async disk write and doesn't have a return
value but is otherwise identical in observable effects.

Change-Id: I247beefae4c1becc6f121247d8f0e51e01f71f97
1 file changed