Also I want to add that there is a caveat to this whole muting thing... for every mute you (or any other app system-wide) there needs to be an equal number of unmutes.
>From >http://developer.android.com/reference/android/media/AudioManager.html#setStreamMute(int, > boolean) *The mute requests for a given stream are cumulative:* the AudioManager can receive several mute requests from one or more clients and the stream will be unmuted only when the same number of unmute requests are received. -- 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

