mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-04 18:12:54 +01:00
Fix recompile of miui.apk by allowing package renaming
This old issue prevented the package to be renamed from com.miui.core to miui, making it impossible to recompile, as all attributes are refefred to as miui:*/*. This fixes it permanently.
This commit is contained in:
parent
3ee39c988a
commit
8084762274
@ -1014,9 +1014,8 @@ final public class AndrolibResources {
|
||||
private boolean mSparseResources = false;
|
||||
|
||||
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", "FFFFFFFFFFFFFFFFFFFFFF" };
|
||||
"android", "com.htc", "com.lge", "com.lge.internal", "yi", "flyme", "air.com.adobe.appentry",
|
||||
"FFFFFFFFFFFFFFFFFFFFFF" };
|
||||
|
||||
private final static String[] ALLOWED_PACKAGES = new String[] {
|
||||
"com.miui" };
|
||||
private final static String[] ALLOWED_PACKAGES = new String[] { };
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user