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
From the command line, run:
adb shell dumpsys | grep Provider{
Note the opening brace. This will give you a short list of all the providers installed through various packages.