[TIMOB-791] Android: Allow background Audio
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:54:15.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.3.0 |
Components | Android |
Labels | android, feature |
Reporter | Don Thorp |
Assignee | Don Thorp |
Created | 2011-04-15T02:36:29.000+0000 |
Updated | 2011-04-17T01:54:15.000+0000 |
Description
Add allowBackground
flag to allow playing audio in
the background as long as the activity is paused. If the activity
is destroyed, the audio will be as well. Default is
false
Fixed.