by P. Andreas Schmidt, IVE
Version 1 (March 17, 2025)
Download (0 downloads)
Since Android 14 all notifications are dismissible, meaning the ongoing option in the notification show block is ignored: unless you allow the apposite runtime permission in order to be exempted from this! That's what this flow does, but you need to have privileged service running for it. Else do it manually through ADB, with the same command as in the shell block.
This is necessary because Automate won't allow granting this to itself through the AppOps block, that only works for other apps (and giving them this exemption will only make the notification permanent if they ask for it, after granting this permission)