Dong Liu

Results 24 comments of Dong Liu

Currently I think its not worth adding application attribute map to ApkMeta, since not every one care about it , and you can get those via parsing manifest xml.

No plan for this. Parse dex file is not objective of this project, there are libs do this work better.

Resource table file is a must to get real values of AndroidManifest.xml. Maybe we can provide a minimal api which only read Resource table and AndroidManifest.xml.

Use Locale.forLanguageTag("") as default does make sense, I'll change to that. May I have more info about the wrong localized result case(the locale produced by Locale.getDefault() and the apk file)?...

This lib do not encode xml to binary xml, you may use apktool to repackage apk file.

Instead of using getManifestXml to get manifest file, you can impl XmlStreamer, retrieve intent-filters from xml tag stream. Beside this, I'm afraid there are no more actions can be done.

Seems you are right, the xml file is not binary encoded. 8508 =