A tool for printing out Android Manifest files AndroidManifest.xml easily. It is inspired by Android4ME axmlprinter library. Now it has been an important part of My ApkToolBox https://github.com/jiangxincode/ApkToolBox
If it can't support your request, you can also take a glance of https://github.com/rednaga/axmlprinter
mvn clean package
- Apache License V2.0 http://www.apache.org/licenses/LICENSE-2.0
- Fork repository
- Make changes
- Ensure tests pass (or hopefully adding tests!)
- Submit pull request/issue
- XML Pull Parsing: http://www.xmlpull.org/
- AXMLPrinter(Android4ME)