skylot / jadx

Dex to Java decompiler
Apache License 2.0
41.02k stars 4.81k forks source link

[res] Support new flags and fields in `arsc` files from Android 14 and 15 #2270

Open skylot opened 1 week ago

skylot commented 1 week ago

New features:

Sample android.jar from Android SDK Platform 35 (direct link).

PR from ApkTool as a reference: https://github.com/iBotPeaches/Apktool/pull/3206

Config structure in Andoid sources: https://cs.android.com/android/platform/superproject/+/android15-release:frameworks/base/libs/androidfw/include/androidfw/ResourceTypes.h;drc=e7c1f00739c0f2747acb353ccef2b41f2a92a01e;l=956

MrIkso commented 1 day ago

Overlay type and overlay policy (need another sample ⚠️)

For sample im found this apk on official android repo https://android.googlesource.com/platform/frameworks/base/+/refs/tags/android-cts-15.0_r1/libs/androidfw/tests/data

And officially documentation https://source.android.com/docs/core/runtime/rros