Is there a way to retrieve the androidmanifest.xml using just Java? I know about android-apktools but I can't install an application. I need to keep this restricted to just Java and whatever libraries I point it to. Is there a library with these kind of functions (like an apktool.jar)?
Thanks.