Here are some known security issues to be aware of:
- Activities only have access to write tmp files into a specific directory.
- The rule is that the activity must provide a way to turn off the sound within the UI. If they don't, then they should stop the audio automatically when the activity loses focus.
If you come across any others, please post them here.



Stopping audio when focus lost
How do we implement stopping the audio when the focus is lost? Is there something in the way the sugar activity is set up than can ensure this? At the moment (just using csndsugui) I have start and stop buttons but don't deal with the lost focus thing at all...
Thanks,
Denis