I am trying to get a List of all applications which include all Installed Application and few System applications like Camera,Settings,Messages. I got all user installed by using
ApplicationInfo.FLAG_SYSTEM == 0
and all System Applications by
ApplicationInfo.FLAG_SYSTEM == 1 ,
also got few system apps from
ApplictionInfo.FLAG_UPDATED_SYSTEM_APP but not all
But i want to get all applications which I see in applications section of my phone,
So can anyone help me how I can filter out System Applications to get only Camera ,Settings , Messages etc.
Use this code,