mirror of
https://github.com/revanced/Apktool.git
synced 2025-04-30 22:24:25 +02: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…
x
Reference in New Issue
Block a user