Privileged actions #10
Replies: 1 comment 1 reply
|
No — you don't need to touch the manifest or rebuild, and adding permissions there wouldn't help. Actions like airplane mode, mobile data, screenshot, reboot, screen off and wake aren't gated by a permission OpenTasker can declare. Android reserves them for system or device-owner apps, so no The supported route is Shizuku, which runs a small service as the shell user (UID 2000) and lets an app ask it to perform exactly the operations it has allowlisted. OpenTasker now ships that transport, so those six actions work once Shizuku is running:
Two things worth knowing:
The action editor now names the requirement and points at Setup, instead of only failing when the task runs — that gap is what made the manifest look like the answer. |
Uh oh!
There was an error while loading. Please reload this page.
What are you trying to do?
Do I understand it correctly that in order for Privileged actions to work I need to add corresponding/missing permissions to Manifest XML (and build it)?
What have you tried?
No response
Version and platform
No response
All reactions