Merge pull request #1064 from zoujunhua86/master

add "flyme" to list of ignored renamed packages
This commit is contained in:
Connor Tumbleson 2015-10-16 19:04:39 -05:00
commit 183eefc737

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