mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-05 17:45:52 +01:00
Merge pull request #1064 from zoujunhua86/master
add "flyme" to list of ignored renamed packages
This commit is contained in:
commit
183eefc737
@ -762,7 +762,7 @@ final public class AndrolibResources {
|
||||
private boolean mSharedLibrary = false;
|
||||
|
||||
private final static String[] IGNORED_PACKAGES = new String[] {
|
||||
"android", "com.htc", "miui", "com.lge", "com.lge.internal", "yi", "com.miui.core" };
|
||||
"android", "com.htc", "miui", "com.lge", "com.lge.internal", "yi", "com.miui.core", "flyme"};
|
||||
|
||||
private final static String[] ALLOWED_PACKAGES = new String[] {
|
||||
"com.miui" };
|
||||
|
Loading…
Reference in New Issue
Block a user