I am working on an app to stream a shoutcast stream and the app works great except that if the app is in the background for awhile and you have the volume turned all the way down (which I was doing to just run a long test)... when you bring the app back to the foreground and try to adjust the volume it causes an ANR crash.
I am using setVolumeControlStream() in onCreate() MyActivity.this.setVolumeControlStream(AudioManager.STREAM_MUSIC); Any ideas what could cause this problem? This is running on 2.2.1 on a Verizon Droid 1 -- 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

