-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running action fails #20
Comments
Hi. Thanks for the report. What Target API did you set on your app? Thanks |
|
Hhmm, I just tried changing the TaskerPluginSample app's target API to 33 and adding the |
Interesting, I followed your steps and had the same result. Logs
|
Weird. Did you try running it on a physical device yet? |
Just tested it on a physical device running android 10 and it worked. It could be very well also related to the android version, as if memory serves me correctly, there have been some changes to this in the last versions. |
But I actually tested it on an Android 13 device and it worked for me... Did you disable battery optimization for your app? |
Sorry for the silence. I did not. With battery optimizations it has no longer the Logs
|
I too had the same issue and disabling battery optimization solved it. |
Following the documentation, I'm trying to add an action to this app, but when triggering the action, it fails with the following stacktace. The emulator is running Android 13 and the
FOREGROUND_SERVICE
permission has been added to the manifest.The text was updated successfully, but these errors were encountered: