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)