i get the all install app in my phone by this method.its working fine
public static List getInstalledApplication(Context c) {
return c.getPackageManager().getInstalledApplications(PackageManager.GET_META_DATA);
}
but its return all apps include all system apps. i do not want system app i just want to get the user install app will you please help me how to get the the only user install apps in my phone not system apps.thanks in advance