MediaPlugin src path root differs between Android and iOS

Hi everyone!

I want to play an audio file (src: data/sessions/SV05.mp3) using the MediaPlugin. On iOS the (local) file plays :). On Android, I noticed that it doesn’t look into the www dir by default. So I had no sound because of:
"Failed to open file ‘/storage/sdcard0/data/sessions/SV05.mp3’. (No such file or directory)"
Android seems to look at the /storage level. What are my options to fix this, so both platforms look into the www dir ? Or any other solutions?

Thanks!
Fred

Found out that path in Android for local files is: file:///android_asset/www/