After trigger, open a file with specify location

Post your feature requets for new triggers, conditions, actions and other improvements.

Moderator: Martin

Locked
ElisonSiew
Posts: 2
Joined: 13 Oct 2015 13:05

After trigger, open a file with specify location

Post by ElisonSiew » 13 Oct 2015 14:30

This will be useful to open .txt file, song, picture, or video after the trigger.

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: After trigger, open a file with specify location

Post by Martin » 13 Oct 2015 14:58

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.

Locked