Hi
I want to create a flow to read text file using "message dialog"& "start Activity".how can I create?
I am only reading text file which I am created now. But I want to read text files which were previously saved in internal memory or sd card.
http://automagic4android.com/flow.php?i ... 6ef4b6df26
Text File read
Moderator: Martin
Text File read
No.1 Automation app in play store Automagic Premium
Samsung Galaxy j2 non rooted.
Android 5.1.1
Samsung Galaxy j2 non rooted.
Android 5.1.1
- digitalstone
- Posts: 342
- Joined: 21 Oct 2017 12:36
- Location: The Netherlands
Re: Text File read
Place action "Init Variable Text File":
At field "File": browse to your desired text file.
Place action "Message Dialog":
At field "Message" type: {file_text}
This should do it.
At field "File": browse to your desired text file.
Place action "Message Dialog":
At field "Message" type: {file_text}
This should do it.
Phone: LG Nexus 5X (rooted vanilla Android 7.1.2)
Re: Text File read
Hi digitalstone
action "Init Variable Text File" is for one file only. But I want to pick file using start Activity. And then I want to read text file using "message dialog". I think This is process to read. Only i want to know what fields are mandatory in "start Activity" action. Please fill and post.
action "Init Variable Text File" is for one file only. But I want to pick file using start Activity. And then I want to read text file using "message dialog". I think This is process to read. Only i want to know what fields are mandatory in "start Activity" action. Please fill and post.
No.1 Automation app in play store Automagic Premium
Samsung Galaxy j2 non rooted.
Android 5.1.1
Samsung Galaxy j2 non rooted.
Android 5.1.1
- digitalstone
- Posts: 342
- Joined: 21 Oct 2017 12:36
- Location: The Netherlands
Re: Text File read
One result that i've got when making use of the "Example" button is "Pick file" from that list.
At the "Data MIME Type" field, you can further specify what you would like for file-type to be filtered.
Only text files for example: *.txt
Instead of all file types to be shown: *.*
At the "Data MIME Type" field, you can further specify what you would like for file-type to be filtered.
Only text files for example: *.txt
Instead of all file types to be shown: *.*
Phone: LG Nexus 5X (rooted vanilla Android 7.1.2)