summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/ManagedProfileSetup.java
Commit message (Collapse)AuthorAgeFilesLines
* Clears previously added cross-profile-intentsAlexandra Gherghina2014-07-291-1/+4
| | | | | | | | | 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
* Don't use the profile info for nameAmith Yamasani2014-07-251-1/+1
| | | | | | | | | 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
* Adds cross-profile intents for Settings screens.Alexandra Gherghina2014-07-241-0/+80
This is needed for settings that are handled in the primary profile app. Bug: 16369104 Change-Id: If3ec3866778282219267481b8f419774f7f2c9de