[AC-2487] uses-feature required=false being overwritten when packaging the app
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | n/a |
| Status | Closed |
| Resolution | Cannot Reproduce |
| Resolution Date | 2014-02-17T07:28:19.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | n/a |
| Labels | android-manifest |
| Reporter | Brad Waxler |
| Assignee | Ritu Agrawal |
| Created | 2014-02-06T16:41:01.000+0000 |
| Updated | 2016-03-08T07:41:32.000+0000 |
Description
Here is my android section of tiapp.xml:
http://schemas.android.com/apk/res/android">
And here is what ends up going into the packages AndroidManifest.xml:
The one that is currently screwing me up the worst is:
It needs to be required="false"
I would appreciate if you can confirm if you are using a custom manifest file in your project. Please provide a simple project that includes this tiapp.xml so that we can build the project and reproduce the issue.
I've tried it with both a custom manifest file and without, same results for each. I'll try to get you a small project example as soon as I can.
We have not been able to reproduce this issue with 3.2.1 release. I added your Android entries to tiapp.xml and it generated the following entries in AndroidManifest.xml file.