I occasionally see an issue where adjusting the volume causes an ANR
when there are other actions going on (song change, etc) in my radio
app (chroniX Radio). How can I handle this? I am hooking the volume
jkey correctly as far as I know.

setVolumeControlStream(AudioManager.STREAM_MUSIC);

Is it possible to catch that action and run it in it's own thread
instead of the UI thread?

Thanks in advance.

-- 
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

Reply via email to