Difference between revisions of "Constraint: Clipboard content"
(Created page with "<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> This constraint can be used to allow a trigger to fire only when the contents of t...") |
m |
||
Line 1: | Line 1: | ||
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> | <pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> | ||
This constraint can be used to allow a trigger to fire only when the contents of the clipboard match a specified text string. | This constraint can be used to allow a trigger to fire only when the contents of the clipboard match a specified text string. | ||
+ | </pre> | ||
+ | <pre style="background-color: #FFFF99; color: #112A46; border-radius: 10px; padding: 10px;"> | ||
This constraint can only work on Android 10+ if you have used the clipboard refresh action previously to update the latest known clipboard text in MacroDroid. | This constraint can only work on Android 10+ if you have used the clipboard refresh action previously to update the latest known clipboard text in MacroDroid. | ||
</pre> | </pre> | ||
''See also: [[Action: Clipboard Refresh|Clipboard Refresh]].'' | ''See also: [[Action: Clipboard Refresh|Clipboard Refresh]].'' |
Revision as of 14:51, 13 February 2024
This constraint can be used to allow a trigger to fire only when the contents of the clipboard match a specified text string.
This constraint can only work on Android 10+ if you have used the clipboard refresh action previously to update the latest known clipboard text in MacroDroid.
See also: Clipboard Refresh.