• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Tasker exported app not running java code

Yeshia

Lurker
I have an app that uses Java calls to turn on the flashlight. It works fine as a profile in Tasker. But when I export it as an app, the java part doesn't run. I know the task that contains the java calls run because I have a Vibrate before the Java and it vibrates. Do I need to add Extra Permissions to run java code in an exported tasker app? Thanks
 
Better late than never... well, in case somebody else encounters this problem, in my case after reading the catlog, it was a permissions problem, I had to add a "system/ask for permission" action to the task, in my case I needed the read_call_log permissions.
Hope this helps someone.
 
Back
Top Bottom