I am not able to get the intent running for this out loud app. App description says
- Launch these activities to change the on/off state of Out Loud:
com.hillman.out_loud.activity.OnActivity
- To change the on/off state through a broadcast intent, send a broadcast with these details:
Action: com.hillman.out_loud.ON_OFF
Data: out_loud://on_off?state=[state]
whether I use activity or broadcast.
What am I doing wrong?