add "flyme" to list of ignored renamed packages

This commit is contained in:
zoujunhua 2015-10-16 16:02:02 +08:00
parent 8fee3499e3
commit c30261bd15

View File

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