Skip to content
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

fix: avoid trying to parse raw AndroidManifest #3720

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

IgorEisberg
Copy link
Contributor

Recording feature flags moved to ResourcesDecoder to fix an issue where raw AndroidManifest is attempted to be parsed even when decoding without resources.

Replaced remaining usages of FileInputStream/FileInputStream with their NIO equivalents for consistency with rest of code.

Minor redundancy and format tweaks.

Recording feature flags moved to ResourcesDecoder to fix
an issue where raw AndroidManifest is attempted to be
parsed even when decoding without resources.

Replaced remaining usages of FileInputStream/FileInputStream
with their NIO equivalents for consistency with rest of code.

Minor redundancy and format tweaks.
@iBotPeaches iBotPeaches merged commit e065b26 into iBotPeaches:master Nov 8, 2024
25 checks passed
@iBotPeaches iBotPeaches added this to the v2.11.0 milestone Nov 8, 2024
@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