summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/src
diff options
context:
space:
mode:
Diffstat (limited to 'packages/SystemUI/src')
-rw-r--r--packages/SystemUI/src/com/android/systemui/quicksettings/ProfileTile.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/quicksettings/ProfileTile.java b/packages/SystemUI/src/com/android/systemui/quicksettings/ProfileTile.java
index 18b3b49..47cb511 100644
--- a/packages/SystemUI/src/com/android/systemui/quicksettings/ProfileTile.java
+++ b/packages/SystemUI/src/com/android/systemui/quicksettings/ProfileTile.java
@@ -42,6 +42,7 @@ public class ProfileTile extends QuickSettingsTile {
super(context, qsc);
qsc.registerAction(ProfileManagerService.INTENT_ACTION_PROFILE_SELECTED, this);
+ qsc.registerAction(ProfileManagerService.INTENT_ACTION_PROFILE_UPDATED, this);
mProfileManager = (ProfileManager) mContext.getSystemService(Context.PROFILE_SERVICE);