Why ......?
Becuase if not, it gave me an error when trying to play the audio.
This is not true, because the Player
component does not need WRITE
permission to play an audio file (but only READ
if the file is in the external storage outside the ASD
).
No, why should this make a difference?
I thought it was for accesing files...
But now that I think, for accesing files I need the READ_EXTERNAL_STORAGE. and for saving, I need the WRITE_EXTERNAL_STORAGE
I didn´t knew that I don´t need that permission to play audios..