I have search Android docs and for some insane reason I am not able to find the list of all available intent filters.
I am finding an intent filter, which would do s
If you are off device you can just run the following:
adb shell dumpsys package r
This will give you a list of all the statically registered intent filters.