There an app running on Android 13 that requires permission to send silent notification for a specific category.
The android agent is 15.3.4.1113 running as enterprise.

The end user, even with no profile or rules has access to change such permission.
We are able to enable and disable the silent notification by script:
afw_set_permission_grant_state it.overit.enelsaopaulowfm android.permission.POST_NOTIFICATIONS allow
The issue is that the notifications from this app has specific category and we are not able to control it by script or end user.
.jpeg)
The "diversos" that means several, comes enabled when we send the script :
afw_set_permission_grant_state it.overit.enelsaopaulowfm android.permission.POST_NOTIFICATIONS allow
I would need to enable the permission to "Notificações de Sincronização" (sync notifications).
Is there a way to send a script in order to enable a category of notification ?
Is there a way to grant end user the control this permission by himself ?