After trigger, open a file with specify location
Moderator: Martin
-
- Posts: 2
- Joined: 13 Oct 2015 13:05
After trigger, open a file with specify location
This will be useful to open .txt file, song, picture, or video after the trigger.
Re: After trigger, open a file with specify location
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.
Also check out the examples in action Start Activity.