blocker icon indicating copy to clipboard operation
blocker copied to clipboard

[FR]: display and filter by intent action name and broadcasts

Open RichardLuo0 opened this issue 1 year ago • 3 comments

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

RichardLuo0 avatar Oct 06 '24 13:10 RichardLuo0

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.

lihenggui avatar Oct 07 '24 22:10 lihenggui

Just take your time

RichardLuo0 avatar Oct 08 '24 04:10 RichardLuo0

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.

RichardLuo0 avatar Oct 13 '24 20:10 RichardLuo0