Hi guys, In my application i need to mute and unmute sound playing by my application only. currently i am using AudioManager.setStreamMute (AudioManager.STREAM_MUSIC, false) for UnMute and AudioManager.setStreamMute(AudioManager.STREAM_MUSIC, true) for Mute. but it mutes whole device's sound (music player playing in background also) i need to mute my applications sound only.
any help/info would be greatly appriciated. thanks in advance. Freshman --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

