It seems like android 13 / SDK33 now requires permissions for notifications called `POST_NOTIFICATIONS`. From reading the below link it looks like you need to declare the permission in the app's manifest file AND request permission at runtime: https://developer.android.com/develop/ui/views/notifications/notification-permission Is it possible to add this permission to this package?