-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apktool only for the AndroidManifest #1135
Comments
Unfortunately So I don't see this happening any time soon. |
Have a look here: https://github.com/jaredrummler/APKParser AndroidManifest manifest = ApkParser.create(file).getAndroidManifest(); Would be awesome to see something like this in ApkTool. 👍 |
aapt tool can extract the information from apk, too. |
Hi,
I have a request for proposal. I think that it will be a nice feature to add an option to only decode/encode the AndroidManifest. Indeed, since in the script that I develop since a while I am using apktool to only perform this task. It is a waste of time and resourcing to proceed the whole apk when I am only interested by the AndroidManifest.
I am not sure that here is the best place to post this message. If it is the case please feel free to redirect me to the proper place for this kind of requests.
Best regards,
Alexandre
The text was updated successfully, but these errors were encountered: