[miui] add a new ignored package

This commit is contained in:
Connor Tumbleson 2015-06-06 10:43:48 -05:00
parent 0370416d90
commit b878cbd776

View File

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