Is there a way to programmatically list all available content providers on a device? No real use case, I just thought it might be neat to see what apps I have installed on my phone that have exposed content providers.
Is there a way to programmatically list all available content providers on a device?
Share
It should be possible by calling PackageManager.getInstalledPackages() with
GET_PROVIDERS.EDIT: example: