Copy Text from Statusbar notification to clipboard

General discussions about Automagic and automation in general

Moderator: Martin

Post Reply
abuHaafidz
Posts: 7
Joined: 31 Mar 2014 06:05

Copy Text from Statusbar notification to clipboard

Post by abuHaafidz » 26 Jul 2017 15:07

I'm trying figure out what action to use to copy text from the statusbar notification.

I've managed to get the trigger and condition working.

Thanks, Martin!

User avatar
Desmanto
Posts: 2709
Joined: 21 Jul 2017 17:50

Re: Copy Text from Statusbar notification to clipboard

Post by Desmanto » 26 Jul 2017 15:16

Trigger : Notification on Statusbar Displayed
You can access all variable derived from this trigger. Check the help to see them all, or just use Condition : Debug Dialog to see all the variable and its content.

To copy these variable to clipboard, use
Action : Copy Text to Clipboard
At the Text, fill in the variable you wanna copy, for example {notification_text}
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.

abuHaafidz
Posts: 7
Joined: 31 Mar 2014 06:05

Re: Copy Text from Statusbar notification to clipboard

Post by abuHaafidz » 27 Jul 2017 21:54

Thanks, got it working!

Post Reply