{ "id": "61426", "key": "TIMOB-794", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "11242", "name": "Release 1.6.0 M09", "archived": true, "released": true, "releaseDate": "2011-02-14" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-04-17T01:54:15.000+0000", "created": "2011-04-15T02:36:32.000+0000", "priority": { "name": "Trivial", "id": "5" }, "labels": [ "android", "audio", "audioplayer", "defect", "release-1.6.0" ], "versions": [], "issuelinks": [], "assignee": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-04-17T01:54:15.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10202", "name": "Android", "description": "Android Platform" } ], "description": "{html}
Android: Implement AudioPlayer - #705
\nGreat to see this implemented! Seems to be working well for me\non the lastest dev release! :) Cheers
\nWhen changing windows however, it pauses the currently playing\naudio until you return to the window with the AudioPlayer in. Would\nit be possible to modify it so that it works in the same way as the\niphone? (I.E when changing windows it continues to play)
Assigning to Don for triage.
This has been resolved since 1.3.0 use the\nallowBackground
flag to enable this behavior.