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!
Copy Text from Statusbar notification to clipboard
Moderator: Martin
-
- Posts: 7
- Joined: 31 Mar 2014 06:05
Re: Copy Text from Statusbar notification to clipboard
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}
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.
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
-
- Posts: 7
- Joined: 31 Mar 2014 06:05
Re: Copy Text from Statusbar notification to clipboard
Thanks, got it working!