I am doing the following to get the list of apps and I am only getting apps that were installed but not ALL apps, including system apps.
I have tried the following:
packageList1 = getPackageManager().getInstalledPackages(PackageManager.GET_META_DATA);
and this:
packageList1 = getPackageManager().getInstalledPackages(0);
For both cases, I am getting the same list of apps that I have installed on the phone.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…