Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Experiment/WIP] Android notification improvements. #407

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

KennyHuRadar
Copy link
Contributor

@KennyHuRadar KennyHuRadar commented Oct 15, 2024

Spike to improve android notifications in SDK

  • first pass implementation to log app opened from radar notifications
    • we create a pending intent that will open the main activity of the app
    • we attach an extra flag that will allow the activity lifecycle receiver to detect app opens from notifications.
  • adds content intent to define the on tap behavior
  • draft implementation of summary notification

This exploration uncovered some area for future work and product improvements.

  • better define the behavior of content taps
  • better implementation of the summary notifications
  • more robust logging of app opens

These product definitions should be made in conjunction with the upcoming notification builder work.

links to projects with similar implementations

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.

1 participant