Change ProfileType definition
Bug: 141601408 Test: rebuild Change-Id: Ia4d4fabe8a4daad4ce54c243748fa3c29bf944ba
This commit is contained in:
@@ -405,7 +405,8 @@ public class StorageItemPreferenceController extends AbstractPreferenceControlle
|
||||
} else {
|
||||
final Bundle args = new Bundle(2 + additionalCapacity);
|
||||
args.putInt(ProfileSelectFragment.EXTRA_PROFILE,
|
||||
mIsWorkProfile ? ProfileSelectFragment.WORK : ProfileSelectFragment.ALL);
|
||||
mIsWorkProfile ? ProfileSelectFragment.ProfileType.WORK
|
||||
: ProfileSelectFragment.ProfileType.ALL);
|
||||
args.putInt(ManageApplications.EXTRA_WORK_ID, mUserId);
|
||||
return args;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user