Closed billybednar closed 1 year ago
I can only test the fix in an emulator, can you please try on your Android 13 device?
That fixed it.
The behavior when the notification permission is denied doesn't seem ideal, but I'll make a separate issue for that once I play with it a bit more.
FYI: A user 'Larry' provides the following link regarding this issue:
https://source.android.com/docs/core/display/notification-perm
I already published the fix on Google Play yesterday, maybe 'Larry' can test that?
Starting with Android 13, notifications are disabled by default and the POST_NOTIFICATIONS runtime permission must be granted for notifications to work. This app targets Android 13 (as of c23b3dbd772bdae7e82601797cd3a71c2623a78c) and does not request this permission, so notifications do not work. As the permission is not declared, it can not be manually granted from app settings nor by using ADB.