Apktool/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder
Connor Tumbleson e254cec648 rework manifest renaming
Issue #526, correctly handles apks where a renamed package is required, by comparing the package name present
in AndroidManifest.xml and resources.arsc. If different, we take the package name present
in resources.arsc (original) and replace it in the <manifest> tag of AndroidManifest.xml. The previous value in
AndroidManifest.xml (renamed) becomes the value to be passed to aapt on rebuild via --rename-manifest-package

Both these values along with the package id of the original are stored in apktool.yml, for use during the
rebuild
2014-01-07 10:59:37 -06:00
..
ARSCDecoder.java rework manifest renaming 2014-01-07 10:59:37 -06:00
AXmlResourceParser.java cleanup of various functions 2013-04-01 16:41:27 -05:00
Res9patchStreamDecoder.java fixes JDK bug: 5051418 2013-07-08 12:27:33 -05:00
ResAttrDecoder.java Code cleanup of 2013 2013-02-12 21:12:17 -06:00
ResFileDecoder.java Code cleanup of 2013 2013-02-12 21:12:17 -06:00
ResRawStreamDecoder.java Code cleanup of 2013 2013-02-12 21:12:17 -06:00
ResStreamDecoder.java Code cleanup of 2013 2013-02-12 21:12:17 -06:00
ResStreamDecoderContainer.java Code cleanup of 2013 2013-02-12 21:12:17 -06:00
StringBlock.java correctly handles abused length strings - jtmuhone 2013-12-18 08:41:18 -06:00
XmlPullStreamDecoder.java rework manifest renaming 2014-01-07 10:59:37 -06:00