Accessibility Service Permission optional for Notification clicked event
The Notification Clicked Event only needs Accessibility Service Permission if you want to read notifications put up by other apps. In Kid App development this event is often used to read notification clicks on notifications the Kid App put up itself. If you add this event to your app, tasker adds the accessibility service permission to the manifest and there is nothing you can do about it atm.
Unless you fancy fighting with Google and receive the threat of a permanent ban, you can't use accessibility service permission in apps you want to upload to the store.
I suggest the accessibility service permission is made optional for this event so we can choose to not include it in our kid apps.
Thx