apk-parser
apk-parser copied to clipboard
ability to access the application attributes
is there a simple way to read the application attributes in simple means?
Currently I will be forced to use the getManifestXml() method and use an xml parser to do this.
I'm afraid not.
@caoqianli check out the pull request #32. It exposes the attributes using a map.