{ "id": "128175", "key": "AC-1439", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "resolution": { "id": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2014-04-06T06:03:44.000+0000", "created": "2014-03-26T14:08:38.000+0000", "labels": [ "3.2.1", "android" ], "versions": [], "issuelinks": [], "assignee": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2016-03-08T07:37:52.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": "14548", "name": "Titanium SDK & CLI", "description": "Please enter tickets related to the MobileSDK here." } ], "description": "This have been tested on titanium 3.1, 3.2, 3.2.1, 3.2.2 and android 4.1,4.3\r\n\r\nI create a new project with the following app.js\r\n{code} \r\nvar win1 = Titanium.UI.createWindow({ \r\n title:'Test',\r\n backgroundColor:'#00ff00'\r\n});\r\n\r\nwin1.open();\r\n{code} \r\nI then press the home button to pause the app. Then open several other apps to trigger a kill of the app.\r\nWhen I resume the app there is just a black screen.\r\nI then add this part in tiApp.xml:\r\n{code} \r\n