I have to determine list of permission used each by the installed application on my device.
I have got the list of applications installed and there package name usin
This is the only thing I found, though I've not tested it out.
Let me know if it works for any one:
pm.getPackageInfo(rInfo.activityInfo.applicationInfo.packageName, packageManager.GET_PERMISSIONS);