You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CodenameOne Discussions
I just added Media & MediaManager to play sound in my app.
I did not change my android.xpermissions as there does not seem to be one related to sound. Am I missing something?
When I run my app on an Android 6 device and go to play a sound I am asked if I want to allow the app to place phone calls.
Where is that coming from?
Thanks
Shai Almog
unread,
Oct 27, 2016, 10:33:11 PM10/27/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CodenameOne Discussions
This is something we might want to re-evaluate with Android 6. Can you file an issue on that?
Android has a major bug where it doesn't stop audio playback when a phone call comes in (seriously!). The workaround is to track incoming phone calls and pause the audio...
Naturally that's a horrible workaround that has gotten worse with Android 6.