You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Android SDK version 33 introduces a new POST_NOTIFICATIONS permission. SDK v33 support has been added to Godot's 3.x branch recently via #75205, however POST_NOTIFICATIONS permission has not yet been added to Godot's Android export preset. Even though the permission can be added manually, it would be nice to have it included in Godot's list of predefined permissions.
Godot version
3.x
System information
Android 13+
Issue description
Android SDK version 33 introduces a new POST_NOTIFICATIONS permission. SDK v33 support has been added to Godot's 3.x branch recently via #75205, however POST_NOTIFICATIONS permission has not yet been added to Godot's Android export preset. Even though the permission can be added manually, it would be nice to have it included in Godot's list of predefined permissions.
More info: https://developer.android.com/develop/ui/views/notifications/notification-permission
Steps to reproduce
Create a new project
Add Android export preset
Check the list of permissions for POST_NOTIFICATIONS permission (it doesn't exist yet)
Minimal reproduction project
Any Godot project exported to Android
The text was updated successfully, but these errors were encountered: