Android: How to get a list of all available intent filters?

后端 未结 11 1593
野趣味
野趣味 2020-11-29 02:48

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

11条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-29 03:28

    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.

提交回复
热议问题