Reply to Discord message.
Moderator: Martin
Reply to Discord message.
I am looking to set up a flow to automatically hit a button on a notification, paste some text, and click send. However, when the flow runs the notification shade just pops down, the notification goes away, and none of the text ever gets sent. What am I doing wrong?
-
- Posts: 179
- Joined: 16 Oct 2019 17:38
Re: Reply to Discord message.
Hello
http://automagic4android.com/flow.php?i ... e67044c436
This flow creates a notification with a button.
If the button is clicked the phone vibrates.
Part 2 to follow.
http://automagic4android.com/flow.php?i ... e67044c436
This flow creates a notification with a button.
If the button is clicked the phone vibrates.
Part 2 to follow.
Crude but it works.
-
- Posts: 179
- Joined: 16 Oct 2019 17:38
Re: Reply to Discord message.
Part 2.
http://automagic4android.com/flow.php?i ... 456508501f
This flow is triggered by the notification and clicks the button called "blahblah".
Hope this helps
Micky
http://automagic4android.com/flow.php?i ... 456508501f
This flow is triggered by the notification and clicks the button called "blahblah".
Hope this helps
Micky
Crude but it works.
-
- Posts: 179
- Joined: 16 Oct 2019 17:38
Re: Reply to Discord message.
I don't use Discord so I don't know where you're trying to paste the text. If it's in the notification then I think that's not possible.
The action CONTROL UI doesn't see the pull-down notification panel.
The action CONTROL UI doesn't see the pull-down notification panel.
Crude but it works.
Re: Reply to Discord message.
I have not try to do anything yet. I just come to say that there is a Function:
notifications()
//Expands the statusbar.
-
- Posts: 179
- Joined: 16 Oct 2019 17:38
Re: Reply to Discord message.
Hello
I forget that CONTROL UI has extra functions.
notifications (); is nice to know. I don't know if it will help with issue.
takeScreenshot (); is helpful as I can never remember the key combination. Swiping is unreliable with sweaty hands.
Many thanks
Micky
I forget that CONTROL UI has extra functions.
notifications (); is nice to know. I don't know if it will help with issue.
takeScreenshot (); is helpful as I can never remember the key combination. Swiping is unreliable with sweaty hands.
Many thanks
Micky
Crude but it works.