From 7508ef5d1a2d6dbfe5c85e8b187fc3a8e3189aa1 Mon Sep 17 00:00:00 2001 From: Nick Chalko Date: Thu, 4 Dec 2014 14:05:30 -0800 Subject: [PATCH] docs: Fix typo, use --> user Change-Id: Idfadf09b6c1711f6294e155176a2a713f8a8f616 --- docs/html/guide/topics/ui/settings.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/guide/topics/ui/settings.jd b/docs/html/guide/topics/ui/settings.jd index f454c4efba4a9..02f12551d922f 100644 --- a/docs/html/guide/topics/ui/settings.jd +++ b/docs/html/guide/topics/ui/settings.jd @@ -801,7 +801,7 @@ String syncConnPref = sharedPref.getString(SettingsActivity.KEY_PREF_SYNC_CONN,

Listening for preference changes

-

There are several reasons you might want to be notified as soon as the use changes one of the +

There are several reasons you might want to be notified as soon as the user changes one of the preferences. In order to receive a callback when a change happens to any one of the preferences, implement the {@link android.content.SharedPreferences.OnSharedPreferenceChangeListener SharedPreference.OnSharedPreferenceChangeListener} interface and register the listener for the