{ "id": "60933", "key": "TIMOB-301", "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": "11218", "name": "Release 0.9.0", "archived": true, "released": true, "releaseDate": "2010-01-11" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-04-17T01:52:39.000+0000", "created": "2011-04-15T02:26:53.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "android", "defect" ], "versions": [], "issuelinks": [], "assignee": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-04-17T01:52:39.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}

The camera permission is only added if the video player API is\nused.

\n

Apply the attached patch or update .../android/builder.py to\ninclude the following line in the permissions section.

\n
\n'Media.showCamera' : CAMERA_PERMISSION,\n
\n

Should look similar to.

\n
\n# MEDIA\n'Media.vibrate' : VIBRATE_PERMISSION,\n'Media.createVideoPlayer' : CAMERA_PERMISSION,\n'Media.showCamera' : CAMERA_PERMISSION,\n\n# CONTACTS\n
{html}", "attachment": [ { "id": "17845", "filename": "0001-builder-missing-mediashowcamera-s-permission.patch", "author": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:26:53.000+0000", "size": 747, "mimeType": "text/plain" } ], "flagged": false, "summary": "Android: CAMERA_PERMISSION missing if only Media.showCamera API is used", "creator": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [], "maxResults": 0, "total": 0, "startAt": 0 } } }