thunderbird/thunderbird-android

Ask for notification permission when enabling account notifications

Open

#7 554 ouverte le 24 janv. 2024

Voir sur GitHub
 (9 commentaires) (0 réactions) (0 assignés)Kotlin (2 734 forks)batch import
good first issuepriority: medium

Métriques du dépôt

Stars
 (13 479 stars)
Métriques de merge PR
 (Merge moyen 7j 4h) (81 PRs mergées en 30 j)

Description

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?

Guide contributeur