adds support for ignoring "com.lge"

-- fixes issue 630
This commit is contained in:
Connor Tumbleson
2014-05-08 15:08:40 -05:00
parent 172f3272d2
commit b53101f69e
2 changed files with 2 additions and 1 deletions

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" };
"android", "com.htc", "miui", "com.lge" };
private final static String[] ALLOWED_PACKAGES = new String[] {
"com.miui" };