Android Independent Volume Control

时间秒杀一切 提交于 2019-12-31 03:52:05

问题


As of now, the volume can be set per Stream type. I am just wondering if there is a way to control the volume per application. For example, for this specific game application I can set to to volume level 10 without changing the volume for other application which has the same stream type.

Any feedback will be greatly appreciated.

Thanks, artsylar


回答1:


This is not supported by the OS.

You are welcome to try to fake it by remembering the current volume level, changing it, then restoring the original volume level. However, it will be impossible to cover all the cases where the volume level needs to be reset (e.g., your app crashes).



来源:https://stackoverflow.com/questions/6453181/android-independent-volume-control

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!