Merge branch 'master' of github.com:iBotPeaches/Apktool

This commit is contained in:
Connor Tumbleson 2015-10-20 06:27:09 -05:00
commit 83f3273a48
2 changed files with 2 additions and 2 deletions

2
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "smali"]
path = smali
url = git@github.com:JesusFreke/smali.git
url = https://github.com/JesusFreke/smali.git

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