Skip to content

Commit

Permalink
TF-2877 Create ADR for notification setting decision
Browse files Browse the repository at this point in the history
  • Loading branch information
tddang-linagora committed Jun 4, 2024
1 parent 8872c3d commit d5663f9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/adr/0048-notification-setting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 48. Notification setting

Date: 2024-06-04

## Status

Accepted

## Context

- User need a way to tell and change notification configuration in-app
- However, no app is allowed directly change the device's settings by design
- With Gmail, Google will redirect users to system settings if they desire to change it

## Decision
Twake Mail will follow the method Google made for Gmail

## Consequences
The permission's status will always reflect system's configuration, and the system's configuration will be the single source of truth.

0 comments on commit d5663f9

Please sign in to comment.