[TIMOB-3288] Android: Adding manifest info to tiapp.xml changes the format of AndroidManifest.xml
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Trivial |
| Status | Closed |
| Resolution | Invalid |
| Resolution Date | 2011-04-22T13:49:24.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 1.7.0, Sprint 2011-10 |
| Components | Android |
| Labels | android, defect, formatting, release-1.7.0, reported-1.7.0, xml |
| Reporter | Natalie Huynh |
| Assignee | Don Thorp |
| Created | 2011-04-15T03:41:21.000+0000 |
| Updated | 2011-04-22T13:49:24.000+0000 |
Description
Steps to Reproduce:
1. Create a new project
2. open tiapp.xml and add this
<manifest>
<uses-sdk android:minSdkVersion="4" />
</manifest>
3. Save and compile
4. Open AndroidManifest.xml under /build/android
Actual Result:
Format is not the same as original file (See attached images)
Expected Result:
Format to look like the default file
Attachments
| File | Date | Size |
|---|---|---|
| manifestdefaultformat.tiff | 2011-04-15T03:41:22.000+0000 | 329842 |
| manifestmodfiedformat.tiff | 2011-04-15T03:41:21.000+0000 | 304022 |
as per Don, xml is not white space aware.
Not a bug