Created
February 28, 2020 07:43
-
-
Save Ben-Kaniobi/5accd187f7716d909a0718e87cbeda23 to your computer and use it in GitHub Desktop.
Automate Android App: Start flow from command line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Flow URI as shown in the "Flow beginning" block | |
flow_URI=content://com.llamalab.automate.provider/flows/21/statements/1 | |
am start -a com.llamalab.automate.intent.action.START_FLOW -d $flow_URI |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment