diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-07-02 09:01:56 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-08-25 23:15:08 -0400 |
| commit | 853efc1b00a5875e14ce828fbb2b6f07001b9157 (patch) | |
| tree | 98290f6c629b229c99ff0e84b58526f46104dd44 /static | |
| parent | 9dd8a05457dff64f815aafd205280019605534fa (diff) | |
document notification forwarding feature
Diffstat (limited to 'static')
| -rw-r--r-- | static/features.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/static/features.html b/static/features.html index 37b7644a..e3f49cbe 100644 --- a/static/features.html +++ b/static/features.html @@ -124,6 +124,7 @@ <li><a href="#more-user-profiles">More user profiles</a></li> <li><a href="#end-session">End session</a></li> <li><a href="#disabling-app-installation">Disabling app installation</a></li> + <li><a href="#notification-forwarding">Notification forwarding</a></li> </ul> </li> <li><a href="#grapheneos-app-repository">GrapheneOS app @@ -691,6 +692,17 @@ management feature but doesn't make it available to a user who owns their own device.</p> </section> + + <section id="notification-forwarding"> + <h4><a href="#notification-forwarding">Notification forwarding</a></h4> + + <p>GrapheneOS supports forwarding notification from users running in the + background to the currently active user. Forwarding notifications to other + users is disabled by default can be enabled within each user profile where + forwarding to the active profile is wanted. Notifications forwarded from + other profiles are displayed by default in a standard local notification + channel.</p> + </section> </section> <section id="grapheneos-app-repository"> |
