TagHow to retrieve installed application list and permissions

How to retrieve installed application list and permissions

H

In this short post i will show you how use the PackageManager class to retrieve the list of installed applications and associated permissions on your android device . Starting from the your Activity context you can obtain an instance of PackageManager through the method called getPackageManager(). Using that class is it possible to get a list of ApplicationInfo objects containing details about...

Category