mirror of
https://github.com/revanced/Apktool.git
synced 2025-05-01 22:54:24 +02:00
ignore "com.lge.internal"
This commit is contained in:
parent
8ad817441f
commit
584d1cda18
@ -855,7 +855,7 @@ final public class AndrolibResources {
|
||||
private File mAaptBinary = null;
|
||||
|
||||
private final static String[] IGNORED_PACKAGES = new String[] {
|
||||
"android", "com.htc", "miui", "com.lge" };
|
||||
"android", "com.htc", "miui", "com.lge", "com.lge.internal" };
|
||||
|
||||
private final static String[] ALLOWED_PACKAGES = new String[] {
|
||||
"com.miui" };
|
||||
|
Loading…
x
Reference in New Issue
Block a user