OSDN Git Service

Watch for profile changes and push to user manager
authorAmith Yamasani <yamasani@google.com>
Fri, 14 Sep 2012 01:06:49 +0000 (18:06 -0700)
committerAmith Yamasani <yamasani@google.com>
Fri, 14 Sep 2012 06:32:35 +0000 (23:32 -0700)
commit32dccbc23fb905e109599389a7bed291b2a6385d
tree72667b3354f288e46f661656142c21a3000b3634
parentb6d7c9c6f93e3d50a3fc5ce2db900a10cbb258e4
Watch for profile changes and push to user manager

If the contacts Me Profile changes, push a copy of the photo to
user manager for user by the user switcher.

Also use an async task to load the profile data.

Change-Id: Ie784114622038ff14e3feb70f2ff51c372eecb3f
AndroidManifest.xml
src/com/android/settings/users/ProfileUpdateReceiver.java [new file with mode: 0644]
src/com/android/settings/users/UserSettings.java