FatMaxxer
FatMaxxer copied to clipboard
Missing notification permission for Android 13
On Android 13 notifications are not shown, you should add this permission to enable them:
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />