Let me first explain what I'm doing:
I have a phone which receives sms messages from various telemetry units. I want to take the data from those and write it to a file which I then upload to Dropbox. I'm ok with the latter part but I have one specific challenge:
I need to pull the list of phone numbers from a file, rather than 'hard code' them into the task. The list of numbers will change occasionally and I ultimately want to 'app factory' this task and distribute it to a few members of staff without installing tasker on their devices.
I understand how you can create arrays so plan to use one as the variable on the sms received trigger, I'm just not sure how I go about filling the array from a file.
I also welcome any other ideas in you think I'm overcomplicating this or missing something simpler.
Thanks