Description
Hello,
I have Fire TV Stick (3rd Gen) Fire OS 7.6.6.4 (PS7664/3772).
I got final Blokada 4 version from: https://github.com/blokadaorg/blokada/releases/tag/archive
I'm trying to to test the turning on intent, after manually powering off the ad block.
I tried to use action "Blokada - Turn On" first, but that didn't work.
So I then tried to do it with a send intent action.
I found this:
It says:
If you feel crafty, you can already integrate Tasker with Blokada, as it uses generic intent system to execute commands. But you need to know about intents to make it work, and we don’t have documentation on it yet.
Turn off Blokada:
intent: android.intent.action.VIEW data: "blocka://cmd/off"
Turn on Blokada:
intent: android.intent.action.VIEW data: "blocka://cmd/on"
I tried to set:
action = android.intent.action.VIEW
data = "blocka://cmd/on"
OR just without the quotes:
data = blocka://cmd/on
and leaving package or class empty, with a:
target = broadcast receiver
But again, it doesn't turn on Blokada.
Any idea what am I missing or are you able to get it to work?
Thank you.