ARSC with multiple packages #3892
IgorEisberg
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So, I started researching on how resources.arsc with multiple packages are built.
Hopefully, we'll be able to add support for it in Apktool 3.x in the near future.
So far, I found 2 entirely different cases:
<staging-public-group-final>
tags of apublic-final.xml
file. In Apktool's output,public-final.xml
is in factpublic.xml
. As forpublic-staged.xml
, it doesn't seem to persist into ARSC.https://cs.android.com/android/platform/superproject/main/+/main:frameworks/base/tools/aapt2/cmd/Link_test.cpp;l=473?q=staging-public-group-final
Discussion is welcome. Will keep updating when I find something new.
Beta Was this translation helpful? Give feedback.
All reactions