{ "id": "64107", "key": "TIMOB-3475", "fields": { "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "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": [], "resolution": { "id": "10000", "description": "", "name": "Done" }, "resolutiondate": "2020-03-11T02:52:24.000+0000", "created": "2011-04-15T03:45:40.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "android", "feature", "manifest", "rplist", "tbs-1.8.0" ], "versions": [], "issuelinks": [], "assignee": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2020-03-11T02:52:24.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}

Feature Request

\r\n

Customers would like to implement ACTION_BOOT_COMPLETED for\r\ntheir app which requires receivers in the AndroidManifest.xml.\r\nSpecifically .OnBootReceiverService.

\r\n

Test Code

\r\n
\r\n<receiver android:name=\".OnBootReceiverService\"  android:enabled=\"true\"  android:exported=\"false\"  android:label=\"OnBootReceiverService\">\r\n<intent-filter>\r\n        <action android:name=\"android.intent.action.BOOT_COMPLETED\"/>\r\n    </intent-filter>\r\n</receiver>\r\n<uses-permission android:name=\"android.permission.RECEIVE_BOOT_COMPLETED\"/>\r\n
\r\n

Reference Ticket

\r\n

http://support-admin.appcelerator.com/display/BGH-23646-644

{html}", "attachment": [], "flagged": false, "summary": "Implement Receivers for Android", "creator": { "name": "aleard", "key": "aleard", "displayName": "Alan Leard", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "aleard", "key": "aleard", "displayName": "Alan Leard", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "130711", "author": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

If they do a hybrid app and provide a java class as the boot\nreceiver that then fires an intent to their Titanium app, they\nshould be able to do this now.

{html}", "updateAuthor": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:45:40.000+0000", "updated": "2011-04-15T03:45:40.000+0000" }, { "id": "134078", "author": { "name": "jalter", "key": "jalter", "displayName": "Jon Alter", "active": true, "timeZone": "America/Los_Angeles" }, "body": "ACTION_NEW_OUTGOING_CALL\n\nh3. Associated Helpdesk Ticket\nhttp://appc.me/c/APP-629429", "updateAuthor": { "name": "jalter", "key": "jalter", "displayName": "Jon Alter", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-05-20T15:45:42.000+0000", "updated": "2011-05-23T10:09:53.000+0000" }, { "id": "454655", "author": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "body": "We've added {{BroadcastReceiver}} support as of Titanium 3.1.0.\r\nhttp://docs.appcelerator.com/platform/latest/#!/api/Titanium.Android.BroadcastReceiver\r\n\r\nHowever, a {{BOOT_COMPLETED}} receiver cannot be implemented via JavaScript since Titanium's JS runtime is tightly bound to the UI. A {{BOOT_COMPLETED}} receiver must be implemented natively via a module.", "updateAuthor": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2020-03-11T02:52:02.000+0000", "updated": "2020-03-11T02:52:02.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }