APK Cloner #26
SZRabinowitz
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
I already done this on my private repo. I will merge it soon after advanced features are completed |
Beta Was this translation helpful? Give feedback.
1 reply
-
Now since apkeditor uses smali, will this feature be extended to smali classes? (in a way its easier because you dont need to pay attention what start with ., if you will anyway change all classes to match package) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The user should specify the new package name and it should modify the APK to have the new package name. Maybe it should have a default value which is to update the last character by one (for example, com.example would become com.examplf).
This is confusing and requires correct logic. The java classes will stay the same, so activity names cant be modified. and any activity, service, receiver etc that begins with a
.
in the manifest will need to be edited to include the original package name, because those classes wont exist anymore once the package name is changed.This can be useful for installing multiple versions of an app on your phone or for changing the package name in general (I can list a few use cases if you want).
Beta Was this translation helpful? Give feedback.
All reactions