openplayer-android icon indicating copy to clipboard operation
openplayer-android copied to clipboard

Why is the player request the Record Audio Permission

Open eliokhattar opened this issue 8 years ago • 2 comments

Hello I just need to play some audio files, but i am not able to do so unless i have the record audio permission. Can anyone help with this issue, to avoid spending time debugging the library code?

eliokhattar avatar Aug 26 '17 21:08 eliokhattar

This is not a problem in the library code. Android indroduced in API 23 runtime permissions. This should be treted by your application logic, not by the decoding library. On Sun, 27 Aug 2017 at 00:25, eliokhattar [email protected] wrote:

Hello I just need to play some audio files, but i am not able to do so unless i have the record audio permission. Can anyone help with this issue, to avoid spending time debugging the library code?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/audionowdigital/openplayer-android/issues/7, or mute the thread https://github.com/notifications/unsubscribe-auth/AAvb0Z6SlGeTn8ht1bktiXrb0TUAeqAZks5scI1ngaJpZM4PDn7K .

Crysis21 avatar Aug 26 '17 22:08 Crysis21

Hello Crysis, thank you. I am fully aware of the API23 runtime permissions. I was asking why would a RECORDING permission be required to play some audio files.

eliokhattar avatar Aug 26 '17 22:08 eliokhattar