Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
似乎有很多帖子使用应用程序的音量控制。
我想要做的是在特定应用程序运行时锁定(禁用)音量控制。
例如,如果应用程序触发了警报,(处于警报状态)我不希望任何人将音量调为零。
有什么建议么?
只需在ALARM流中播放即可,它会为您提供预设的闹钟音量并使用 拦截音量按钮onKey。
ALARM
onKey
MediaPlayer mp = new MediaPlayer(); mp.setAudioStreamType(AudioManager.STREAM_ALARM);