I am trying to decode AndroidManifest.xml
I don't want to use APKTOOL or any of its related depedencies because I am trying to write a program that will execute on a machine/device without support for them.
Is there a name to the type of encoding of AndroidManifest.xml
?
I am trying to write the program in Java, is there any supported libraries that could help?