Skip to content

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

Open
m4pl wants to merge 1 commit into
GrapheneOS:mainfrom
m4pl:task/155-incoming-sms-notification-background
Open

Fix incoming SMS not imported until the app is opened#205
m4pl wants to merge 1 commit 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

@m4pl
m4pl force-pushed the task/155-incoming-sms-notification-background branch from d420827 to 2c05185 Compare July 31, 2026 16:48
@m4pl
m4pl requested review from RankoR, inthewaves and sdsantos July 31, 2026 16:51
@m4pl
m4pl marked this pull request as ready for review July 31, 2026 16: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.

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

1 participant