Skip to content

Fix incoming SMS not imported until the app is opened#205

Draft
m4pl wants to merge 4 commits into
GrapheneOS:mainfrom
m4pl:task/155-incoming-sms-notification-background
Draft

Fix incoming SMS not imported until the app is opened#205
m4pl wants to merge 4 commits into
GrapheneOS:mainfrom
m4pl:task/155-incoming-sms-notification-background

Conversation

@m4pl

@m4pl m4pl commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Closes #155

Incoming SMS was posted to ActionServiceImpl, which JobScheduler defers while the app is backgrounded, so messages weren't imported and notifications stayed generic until the app was opened.
SmsDeliverReceiver now runs the receive action synchronously inside the SMS_DELIVER broadcast window.

@m4pl

m4pl commented Jul 14, 2026

Copy link
Copy Markdown
Contributor Author

Waiting for the Fix secondary user SMS notification hiding sender and message PR to be merged

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.

Incoming SMS can be received by Telephony but not imported/notified until Messaging is opened

1 participant