ok... there are only a view
exceptions where broadcasts can be recieved by normal, in the manifest declared static implicit intents.
So what can I do to get messages from other apps (Tasker, in my case)?
1) send the intent to a specific component (see above).
Problem: I don't know how I can tell Tasker to do this...
2) Declare the broadcast receiver dynamically.
Problem: this receiver could get killed in background. I can't be shure it runs.
3) I don't need a "broadcast" in this sense. I have one transmitter and one receiver. Tasker has a setting to create an intent that starts a service instead broadcasting.
Problem: Neither I know how to setup Tasker correctly nor do I know how to setup the B4A app correctly... and I don't know what to search...