The thing is very simple. I wanted to create an app from a task (wich shows an escene) using App Factory.
The idea was very simple. If you miss a call, or can't answer it, you go to the app and push a button. This button automatically send a sms to the last number registered (%CNUM) with a text like "I'm busy, text you later".
I made it. I made a task that shows the scene. Inside the escene I made one button with the Action: send a sms. Number: %CNUM Text: (Spanish... )
So... When I run the task, inside Tasker, it actually works perfectly. But when I export and make the app, the app doesn't work.
Otherwise, if I change the variable %CNUM and put a static cellphone number, the app works, but obviously always with the same number, no matter who call later.
My question is this: Does %CNUM work in apps separates of tasker?
What can I do to make this simple idea work?
(So.. I assume that this days what I wanted to do isn't possible?)
Sorry my english.
Try to add as extra permissions:
READ_CALL_LOG
READ_PHONE_STATE
I bet it's the second one.