Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 669 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 669 Bytes

AXMLPrinter3

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

Build

mvn clean package

License

Contributing

  1. Fork repository
  2. Make changes
  3. Ensure tests pass (or hopefully adding tests!)
  4. Submit pull request/issue

Thanks