ignore "com.lge.internal"

This commit is contained in:
Connor Tumbleson 2014-05-18 06:48:01 -05:00
parent 8ad817441f
commit 584d1cda18

View File

@ -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" };