Hey all,
First, I'm not a developer and the inner workings and details surrounding
intents are unfamiliar to me.
However, I am trying to get the file name and location for the most recent
auto-backup. According to the intent section on the main page, Tasker
sends this as a broadcast.
http://tasker.dinglisch.net/intent-broadcast.html
TargetBroadcastReceiverAction
net.dinglisch.android.tasker.actions.AUTO_BACKUP_READYData
file://absolute/path/to/backup/file.xml
I thought I would be able to get this with a Profile using the receive
intent event followed by a task that got the data information to make a
user defined global variable I could then use in other tasks.
I had thought I could set the event to look for the action listed above. I
am clearly not understanding something as this is not working. Forgive my
naivety, but is this possible and if so how should the Profile event be set?
Thanks!
First, I'm not a developer and the inner workings and details surrounding
intents are unfamiliar to me.
However, I am trying to get the file name and location for the most recent
auto-backup. According to the intent section on the main page, Tasker
sends this as a broadcast.
http://tasker.dinglisch.net/intent-broadcast.html
TargetBroadcastReceiverAction
net.dinglisch.android.tasker.actions.AUTO_BACKUP_READYData
file://absolute/path/to/backup/file.xml
I thought I would be able to get this with a Profile using the receive
intent event followed by a task that got the data information to make a
user defined global variable I could then use in other tasks.
I had thought I could set the event to look for the action listed above. I
am clearly not understanding something as this is not working. Forgive my
naivety, but is this possible and if so how should the Profile event be set?
Thanks!