Page 1 of 1

After trigger, open a file with specify location

Posted: 13 Oct 2015 14:30
by ElisonSiew
This will be useful to open .txt file, song, picture, or video after the trigger.

Re: After trigger, open a file with specify location

Posted: 13 Oct 2015 14:58
by Martin
You could use action Start Activity and set Data URI to the file you'd like to open. It's often required to set the mime type to something meaningful like text/plain or image/*.
Also check out the examples in action Start Activity.