diff options
| author | Amith Yamasani <yamasani@google.com> | 2013-05-09 16:23:31 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2013-05-09 16:23:31 -0700 |
| commit | 069d7e9b81e17d31238e4d60420c3e31bb5e3b2f (patch) | |
| tree | 776f034b32ddb038d43c514982dbc4ae214a309f /core/java/android/content/Intent.java | |
| parent | a9d5adea9e9676d19b7a50ce3d6c673c16ee7a6d (diff) | |
| parent | 153919ed2f128fb5d1b55782ea89fadcc20fc841 (diff) | |
am 153919ed: Merge "Cache the scaled avatar drawables in the keyguard user switcher" into jb-mr2-dev
* commit '153919ed2f128fb5d1b55782ea89fadcc20fc841':
Cache the scaled avatar drawables in the keyguard user switcher
Diffstat (limited to 'core/java/android/content/Intent.java')
| -rw-r--r-- | core/java/android/content/Intent.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index bfc7bf5dff85..65f904ff4f3d 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -2567,8 +2567,7 @@ public class Intent implements Parcelable, Cloneable { /** * Broadcast sent to the system when a user's information changes. Carries an extra * {@link #EXTRA_USER_HANDLE} to indicate which user's information changed. - * This is only sent to registered receivers, not manifest receivers. It is sent to the user - * whose information has changed. + * This is only sent to registered receivers, not manifest receivers. It is sent to all users. * @hide */ public static final String ACTION_USER_INFO_CHANGED = |
