I\'ve got an activity that I\'ve replaced with a fragment. The activity took an Intent that had some extra information on what data the activity was supposed to display.
It's not an encapsulated way, but I ended up "pulling" the bundle from the parent activity:
Bundle bundle = getActivity().getIntent().getExtras();