How to parse the AndroidManifest.xml file inside an .apk package
Posted
by jnorris
on Stack Overflow
See other posts from Stack Overflow
or by jnorris
Published on 2010-01-19T22:49:43Z
Indexed on
2010/05/01
23:47 UTC
Read the original article
Hit count: 1167
This file appears to be in a binary XML format. What is this format and how can it be parsed programmatically (as opposed to using the aapt dump tool in the SDK)?
This binary format is not discussed in the in the documentation here: http://developer.android.com/guide/topics/manifest/manifest-intro.html
Note: I want to access this information from outside the Android environment, preferably from Java.
© Stack Overflow or respective owner