I need to programmatically get a list of apps that can install unknown apps. packageManager have method for this: canRequestPackageInstalls(). But it f
packageManager
canRequestPackageInstalls()