Skip to content

docs(android): refresh the notification and background-service docs (WT-1139) - #365

Merged
SERDUN merged 2 commits into
developfrom
docs/notification-services-refresh
Aug 18, 2026
Merged

docs(android): refresh the notification and background-service docs (WT-1139)#365
SERDUN merged 2 commits into
developfrom
docs/notification-services-refresh

Conversation

@SERDUN

@SERDUN SERDUN commented Aug 18, 2026

Copy link
Copy Markdown
Member

Overview

The documents describing the notification system and the two call notification services had fallen behind the code by several reworks: they listed builders and channels that no longer exist, a manager facade with different methods, and service lifecycles from before the answered-call notification handoff.

Both documents now match the current behavior: how the active-call notification is started, updated and stopped, how the incoming-call notification is silenced after the answer and steps back once the call in progress has a notification of its own, and the known way an active-call notification can be left behind when the system kills the app mid-call. Every statement was verified against the sources before writing.

Documentation only, no code changes.

SERDUN added 2 commits August 18, 2026 17:17
…line with the code

The two documents describing the notification system and the call notification
services still described a design several reworks old: a builder and channel set
that no longer exists, a manager facade with different method signatures, and
service lifecycles from before the answered-call notification handoff.

Both documents now describe what the code actually does, including how the
active-call notification is started, updated and stopped, how the incoming-call
notification steps back once the call in progress has its own, and the known
way an active-call notification can be left behind after the system kills the
app mid-call.
…docs

A verification review of the refreshed documents caught ten places where the
new text still told the story wrong: the shared call list was attributed to
the wrong OS process, Telecom registration to the wrong component, the hang-up
button to data it does not actually use, the looping ringtone to a mechanism
that is silent, and the ring-or-vibrate choice as ring-and-vibrate. It also
caught statements the rewrite had left behind: an API table with a method that
no longer exists and outdated signatures, the disappearance of the service's
safety-net timeouts, and a notification channel left with no documented
producer.

All ten are corrected against the sources.
@SERDUN
SERDUN merged commit ae18476 into develop Aug 18, 2026
2 checks passed
@SERDUN
SERDUN deleted the docs/notification-services-refresh branch August 18, 2026 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant