android - Release the volume control to the system after getting it -


i have problem linking volume controls in app.

i use

getactivity().setvolumecontrolstream(audiomanager.stream_voice_call); 

to volume controls, when finish activity, , close app, controls stays in in-call , can´t change anymore. tried using

getactivity().setvolumecontrolstream(audiomanager.use_default_stream_type); 

in onpause() method, not working. clues?


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -