If I use the broadcast receiver block and leave all input arguments null, should that enable me to get all broadcastet intents system wide? Does the device need to be rooted for that?
In my case the block to await broadcast receive doesn't get triggered at all in the case which I find kind of strange.
Also, if I create a new flow with only a broadcast send and receive, I don't see any broadcast received in the logs.
I basically got confused that if you leave the action input for the broadcast receiver block blank it doesn't match to any broadcasted intents instead of all which I was trying to use for investigating any intent sent. Is there such a way that I can leave the action of the input variables blank and the block listens to any intent?
Thanks for the quick reply again. I actually got it to work!