Skip to content

Replace SoundNotificationsManager by framework's sound notification #184

@regisd

Description

@regisd

The SoundNotificationsManager class is used to add a sound to notifications, as far as I can tell.

The platform already plays a notification when the notification is build with setSound.

Replacing SoundNotificationsManager by the framework sound:

  • reduces code size, which is always good
  • avoids manipulating the MediaPlayer (which can be quite tricky, and can cause issues on some devices)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions