History log of /packages/apps/Settings/src/com/android/settings/ManagedProfileSetup.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f2e39f2ee4f07cfff3915a17b1a394c99e5e7f44 18-Aug-2014 Alexandra Gherghina <alexgherghina@google.com> Switch to listening for USER_INITIALIZE broadcast in the Settings app.

The PRE_BOOT_COMPLETED broadcast is no longer sent when creating a new
profile.
Also, we no longer listen to BOOT_COMPLETED as that adds too much overload.

Bug: 17102460
Change-Id: I05eb56c7a05748e8a91b9717966c20ac586d90ef
/packages/apps/Settings/src/com/android/settings/ManagedProfileSetup.java
5667a6890a98cd4e4b83f1787ea272ca2968d8c9 29-Jul-2014 Alexandra Gherghina <alexgherghina@google.com> Clears previously added cross-profile-intents

Clears the old cross-profile intent filters added by the Settings app.
This makes sure we do not have duplicates and also that there are no
outdated intents being forwarded (intents that do not exist any more).

Bug: 16647771
Change-Id: Ief4f7341e3f984b9435a9757bf469e53227ce2bf
/packages/apps/Settings/src/com/android/settings/ManagedProfileSetup.java
2d578ce29391dc72fde7330ff9ff909347ec531b 25-Jul-2014 Amith Yamasani <yamasani@google.com> Don't use the profile info for name

Since we now have a way to directly edit the user's photo/name
via a dialog, don't rely on the Me profile name anymore. That
one will be out of sync with the manual nickname editing.

Bug: 15761405
Change-Id: Ia16c43ddcfd47894b2d2e049802d7de153ea5b94
/packages/apps/Settings/src/com/android/settings/ManagedProfileSetup.java
2513851ace8d353f99146316b81a430add6d837f 21-Jul-2014 Alexandra Gherghina <alexgherghina@google.com> Adds cross-profile intents for Settings screens.

This is needed for settings that are handled in the primary profile app.

Bug: 16369104
Change-Id: If3ec3866778282219267481b8f419774f7f2c9de
/packages/apps/Settings/src/com/android/settings/ManagedProfileSetup.java