mirror of
https://github.com/revanced/Apktool.git
synced 2025-06-12 05:07:41 +02:00
adds support for ignoring "com.lge"
-- fixes issue 630
This commit is contained in:
@ -855,7 +855,7 @@ final public class AndrolibResources {
|
||||
private File mAaptBinary = null;
|
||||
|
||||
private final static String[] IGNORED_PACKAGES = new String[] {
|
||||
"android", "com.htc", "miui" };
|
||||
"android", "com.htc", "miui", "com.lge" };
|
||||
|
||||
private final static String[] ALLOWED_PACKAGES = new String[] {
|
||||
"com.miui" };
|
||||
|
Reference in New Issue
Block a user