android 声音池权限

ego6inou  于 2023-03-21  发布在  Android
关注(0)|答案(1)|浏览(102)

我正在使用音池通过应用播放音频,是否需要请求某些应用权限?
如果有,我需要哪些?
谢谢你的帮忙!

nqwrtyyt

nqwrtyyt1#

您不需要任何权限即可使用SoundPool或媒体播放器。
把这些教程看一遍,对你会有帮助的。
Play Audio resource using sound pool
Play foreground and background music using SoundPool and MediaPlayer

相关问题