You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(android): drop the two call callbacks Android never delivers (#368)
The calling plugin offered two events that only an iPhone can produce:
continuing a call started from the system's own recents or voice
assistant, and the reset the system sends when it drops every call it
was tracking. On Android nothing has ever raised either of them, yet
both looked like part of the shared contract, inviting Android logic
that could never run.
Both are now removed from the Android side and marked as iOS-only in
the shared interface and the documentation, so the contract says what
actually happens. The version of the tool that produces the generated
message files is pinned alongside, so those files stay stable.
0 commit comments