[FR]: display and filter by intent action name and broadcasts
Is there an existing issue for this?
- [X] I have searched the existing issues
Describe the problem
I cannot easily find all components that receive for example BOOT_COMPLETE.
It is much more convenient to disable all components with boot complete receiver(or any other broadcast) in one click.
Describe the solution
Display the intent that is used by each component. Also, add an option that filters out the components that match certain intent action name.
Additional context
No response
I need to add an entry in the application to show broadcast receivers by type or app. It will take a much longer time to implement.
Just take your time
According to https://github.com/lihenggui/blocker/issues/1050 , I think you need to add a separate tab per app, displaying all intent actions the app is using, and block them accordingly. Because any intent actions declared maybe used as a implicit broadcast.