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

feat: ApkPatch #104

Open
d4rkk3y opened this issue Sep 19, 2022 · 0 comments · Fixed by #272
Open

feat: ApkPatch #104

d4rkk3y opened this issue Sep 19, 2022 · 0 comments · Fixed by #272
Assignees
Labels
Feature request Requesting a new feature that's not implemented yet

Comments

@d4rkk3y
Copy link
Contributor

d4rkk3y commented Sep 19, 2022

Type

Functionality

Issue

Afaik, there are only 2 patch(BytecodePatch and ResourcePatch) at the moment. And ResourcePatch will not work if there is a resource decode problem with apktool. So with ApkPatch(or other name suitable) can at least help add raw resources to assets in some case.

Feature

It is a patch can edit the apk by add, remove or edit the file in apk like file in assets, lib, ...

Motivation

I see some people complain about the universal apk size. So which this ApkPatch it help to add a patch to reduce the apk size by remove unnecessary file in apk like not target shared library. In addition, it can also help add raw resources to assets if there is a patch need it and the apk's resources can not be decoded.

Additional context

No response

@d4rkk3y d4rkk3y added the Feature request Requesting a new feature that's not implemented yet label Sep 19, 2022
@oSumAtrIX oSumAtrIX mentioned this issue Sep 30, 2022
2 tasks
@oSumAtrIX oSumAtrIX self-assigned this Sep 30, 2022
@oSumAtrIX oSumAtrIX linked a pull request Feb 11, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature request Requesting a new feature that's not implemented yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants