Skip to content

ApkDecoder: allow getting ApkInfo after decode#4106

Merged
iBotPeaches merged 1 commit intoiBotPeaches:mainfrom
amartinz:apkdecoder-getApkInfo
Mar 13, 2026
Merged

ApkDecoder: allow getting ApkInfo after decode#4106
iBotPeaches merged 1 commit intoiBotPeaches:mainfrom
amartinz:apkdecoder-getApkInfo

Conversation

@amartinz
Copy link
Contributor

Projects using the Apktool library may want to access the ApkInfo after it got decoded.

After the refactor decode() does not return it anymore, the field is private and the getter is only visibile for testing.

Make the getter public to unbreak such usecases.

Projects using the Apktool library may want to access the
ApkInfo after it got decoded.

After the refactor decode() does not return it anymore, the field
is private and the getter is only visibile for testing.

Make the getter public to unbreak such usecases.

Signed-off-by: Alexander Martinz <alex@katastima.org>
@iBotPeaches iBotPeaches added this to the 3.0.2 milestone Mar 13, 2026
@iBotPeaches iBotPeaches merged commit 2b28180 into iBotPeaches:main Mar 13, 2026
18 checks passed
@iBotPeaches
Copy link
Owner

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants