Skip to content

Instantly share code, notes, and snippets.

@Ben-Kaniobi
Created February 28, 2020 07:43
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ben-Kaniobi/5accd187f7716d909a0718e87cbeda23 to your computer and use it in GitHub Desktop.
Save Ben-Kaniobi/5accd187f7716d909a0718e87cbeda23 to your computer and use it in GitHub Desktop.
Automate Android App: Start flow from command line
# 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