FatMaxxer icon indicating copy to clipboard operation
FatMaxxer copied to clipboard

Missing notification permission for Android 13

Open pentavalle opened this issue 1 year ago • 1 comments

On Android 13 notifications are not shown, you should add this permission to enable them:

<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />

pentavalle avatar Dec 12 '23 14:12 pentavalle