I am trying to develop a List Activity(initially) that is populated with the tasks created in Tasker. Is there any way I can get the Task names from Tasker? The only way i can communicate with tasker programmatically is using the TaskerIntent class. But there is no function that can retrieve the names.
What I want to do is get the list of tasks and then execute those tasks from the PC. Inorder to run the task, i need to either pass the task name to tasker or send a Task Select Intent.
Thanks!