thunderbird / thunderbird-android

Thunderbird for Android – Open Source Email App for Android (fka K-9 Mail)
https://thunderbird.net/mobile
Apache License 2.0
10.71k stars 2.5k forks source link

Ask for notification permission when enabling account notifications #7554

Open cketti opened 9 months ago

cketti commented 9 months ago

Currently the app is only asking for the notification permission during onboarding. But if the user doesn't grant the permission then, the app should ask again when the user enables notifications for an account (either when adding an additional account or via account settings).

We'll also have to handle the case where the user has denied the permission already and point them to the correct Android screen to reverse that decision.

Open question: What should the app do when it notices the notification permission has been revoked, but notifications are enabled inside the app?

Aditya13s commented 9 months ago

can i work on this issue? @cketti

kewisch commented 2 weeks ago

@Aditya13s I know it has been a while, but if you are interested, do you have some thoughts on cketti's open question?