apk-parser icon indicating copy to clipboard operation
apk-parser copied to clipboard

ability to access the application attributes

Open Avinash-Bhat opened this issue 10 years ago • 2 comments

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.

Avinash-Bhat avatar Jul 03 '15 11:07 Avinash-Bhat

I'm afraid not.

hsiafan avatar Jun 03 '16 03:06 hsiafan

@caoqianli check out the pull request #32. It exposes the attributes using a map.

Avinash-Bhat avatar Jun 08 '16 03:06 Avinash-Bhat