Merge "Add background image for work challenge"

This commit is contained in:
Benjamin Franz
2016-01-22 12:27:00 +00:00
committed by Android (Google) Code Review
18 changed files with 448 additions and 326 deletions

View File

@@ -176,7 +176,7 @@ public class ChooseLockGeneric extends SettingsActivity {
!mLockPatternUtils.isSeparateProfileChallengeAllowed(targetUser)) {
// Always use parent if explicitely requested or if profile challenge is not
// supported
mUserId = Utils.getSameOwnerUserId(getContext(), getArguments());
mUserId = Utils.getUserIdFromBundle(getContext(), getArguments());
} else {
mUserId = targetUser;
}