Reputation: 448
I am looking for information about how the AndroidManifest.xml is encoded within an apk file.
In fact, this file is compressed in a specific format by aapt before being stored in the apk file.
I could try to reverse the format by looking into aapt source code, but maybe there is already some documentation around.
Thanks
Upvotes: 2
Views: 836