I have problem with my project.
I can't find getPackageManager()
method although i imported android.content.pm.PackageManager;
what wrong with this piece of code
List<PackageInfo> packs = getPackageManager().getInstalledPackages(0);
.Thanks for your helping