How to paste a string from MD

Carl Zyex

New member
Hi, is it possible to paste some clipboard text string from MD into another app text field?

I need to paste the following command from MD to aShell command line:

com.aistra.hail.action.FREEZE_ALL

Is there any better way this could be done?
Thanks 👍
 

Endercraft

Moderator (& bug finder :D)
Hi, is it possible to paste some clipboard text string from MD into another app text field?

I need to paste the following command from MD to aShell command line:

com.aistra.hail.action.FREEZE_ALL

Is there any better way this could be done?
Thanks 👍
UI Interaction -> Paste -> Clipboard text
You need to have clicked on the input for it to work. As the trigger, I would recommend using a floating button, it's easier.
 

Dimlos

Well-known member
If you want to use ADB commands from MacroDroid, it is easier to use ADB Shell [Tasker Plugin].
But in case of Hail, it is not necessary to use ADB Shell [Tasker Plugin] because it can be substituted by Send Intent action.
 
Last edited:
Top