This repository was archived by the owner on May 2, 2026. It is now read-only.
Make a call notification persistent - #1327
Merged
robinlinden merged 1 commit intoDec 13, 2025
Merged
Conversation
Collaborator
|
Thank you for the contributions! I'll sort out the CI never finishing issue and have a look at your PRs as soon as I can. :P |
Collaborator
|
I've sorted out the CI issues. Can you please rebase the pull request, and please also apply the ktlint fixes required? You can see how to get and run it in the CI setup, and if you run it like aTox/.github/workflows/ci.yaml Lines 13 to 14 in a8c82bc |
If it's not persistent, it disappears fast enough that you might miss it. Now you have to do something to it before it disappears.
robinlinden
force-pushed
the
call_notification_persistent
branch
from
December 13, 2025 16:29
6b35c6e to
df5b658
Compare
robinlinden
approved these changes
Dec 13, 2025
robinlinden
left a comment
Collaborator
There was a problem hiding this comment.
Good PR, thank you! :> Tested it and I'm happy with the notification being even more insistent. This is what I was trying to make Android do by setting the insistent-flag.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Makes an incoming call notification (heads-up) stay on the screen as long as needed.
Requires Full-screen intent permission in the Manifest.
Closes #1316