[TIMOB-19242] Android: Child nodes of javascript-based not generated as described in doc
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Low |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2015-09-02T07:56:10.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 5.0.0 |
| Components | Tooling |
| Labels | android, build |
| Reporter | Andrey Tkachenko |
| Assignee | Chris Barber |
| Created | 2015-07-11T13:14:24.000+0000 |
| Updated | 2017-03-16T22:58:15.000+0000 |
Description
I can't add intent-filter child tag to the appcelerator custom tag in my tiapp.xml
Children tag is absent in result AndroidManifest.xml file.
[Documentation reference](https://docs.appcelerator.com/platform/latest/#!/guide/tiapp.xml_and_timodule.xml_Reference-section-29004921_tiapp.xmlandtimodule.xmlReference-activities)
[~falko] we can not replicate this issue, can you please send us more information and a test case to try to replicate? Thanks
Create Default Alloy project in Appcelerator Studio, build: 4.1.0.201507071122 Android section from tiapp.xml
Place empty file test.js to app/lib folder and run build. Result AndroidManifest.xml application section:You can see that falkolab.tc5620.TestActivity without intent filters.TiSDK master PR: https://github.com/appcelerator/titanium_mobile/pull/7111 TiSDK 5_0_X PR: https://github.com/appcelerator/titanium_mobile/pull/7112
PR reviewed and merged.
Closing ticket as fixed.