I'm using some different kinds of data in my application and I've categorized them by package name like (movies,animations,...). is there is any way to access fragment's package name?!
i tried fragment.getActivity().getPackageName() but it returns Activity's package name
 
     
    