feat(android): open app when tapping foreground service notification#179
Merged
steipete merged 3 commits intoopenclaw:mainfrom Jan 4, 2026
Merged
Conversation
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
39d8a97 to
3094b72
Compare
dgarson
referenced
this pull request
in dgarson/clawdbot
Feb 7, 2026
Closed
dalefrieswthat
pushed a commit
to dalefrieswthat/openclaw
that referenced
this pull request
Feb 25, 2026
songliu0403-rgb
pushed a commit
to songliu0403-rgb/openclaw
that referenced
this pull request
Feb 26, 2026
venhi5282
pushed a commit
to venhi5282/openclaw
that referenced
this pull request
Mar 9, 2026
* Initial plan * fix(cron): port 5 upstream commits for spin-loop prevention and accountId resolution Co-authored-by: jiulingyun <[email protected]> * test(cron): skip integration tests that need full service setup Co-authored-by: jiulingyun <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: jiulingyun <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add tap action to foreground service notification to open the app, improving usability
What changed
Added
contentIntentto the notification inNodeForegroundServicethat launchesMainActivitywith appropriate flags (SINGLE_TOP+CLEAR_TOP) to bring the app to foreground without creating duplicate activities.Testing
AI-assisted 🤖
This PR was created with Claude Code. I understand what the code does and have reviewed the changes.