artem-zinnatullin / android-wail-app

DEPRECATED Android Last.fm scrobbler. Recruiters: please don't look at this project.
MIT License
121 stars 36 forks source link

Replace SoundNotificationsManager by framework's sound notification #184

Open regisd opened 9 years ago

regisd commented 9 years ago

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:

artem-zinnatullin commented 9 years ago

I am okay with that, but MediaPlayer allows us setting volume of the sound and as far as I remember notification can break music playing on some devices (ROMs)

artem-zinnatullin commented 9 years ago

@ilya-murzinov cc

ilya-murzinov commented 9 years ago

@regisd, I have the same concerns. You can try to do this change and test on your device(s) though.