mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-05 17:45:52 +01:00
fix: ignore package "FFFFFFFFFFFFFFFFFFFFFF" to prevent wrong renaming
- refs: #1752 / #1471
This commit is contained in:
parent
041659c43f
commit
db59f93e36
@ -1006,7 +1006,7 @@ final public class AndrolibResources {
|
||||
|
||||
private final static String[] IGNORED_PACKAGES = new String[] {
|
||||
"android", "com.htc", "miui", "com.lge", "com.lge.internal", "yi", "com.miui.core", "flyme",
|
||||
"air.com.adobe.appentry" };
|
||||
"air.com.adobe.appentry", "FFFFFFFFFFFFFFFFFFFFFF" };
|
||||
|
||||
private final static String[] ALLOWED_PACKAGES = new String[] {
|
||||
"com.miui" };
|
||||
|
Loading…
Reference in New Issue
Block a user