How can I manage audio volumes sanely in my Android app?

后端 未结 5 865
生来不讨喜
生来不讨喜 2020-11-28 03:33

I have an app that plays intermittent sounds while its activity is open, and the user is always expecting it to make these noises, but unfortunately it is constrained by the

5条回答
  •  Happy的楠姐
    2020-11-28 04:14

    This won't help you if you have override onKeyDown(int keycode,KeyEvent event) method of an activity.

提交回复
热议问题