Feature request - implement set/getEffectsVolume and set/getBackgroundMusicVolume

Hi,

I’ve observed that setEffectsVolume and setBackgroundMusicVolume does nothing while getEffectsVolume and getBackgroundMusicVolume always returns 1.

Please implement these functions.

what is the situation now about setEffectsVolume??

because I would implement this method, it works on some device but on Galaxy S Plus doesn’t work.

someone is aware of this strange behavior ?

thanks for help

Bye
Don

as workaround I use setEffectsVolume(0.0001)

seems work

bye