mirror of
https://github.com/revanced/Apktool.git
synced 2025-05-05 08:14:26 +02:00
Merge branch 'master' of github.com:iBotPeaches/Apktool
This commit is contained in:
commit
83f3273a48
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,3 +1,3 @@
|
|||||||
[submodule "smali"]
|
[submodule "smali"]
|
||||||
path = smali
|
path = smali
|
||||||
url = git@github.com:JesusFreke/smali.git
|
url = https://github.com/JesusFreke/smali.git
|
||||||
|
@ -762,7 +762,7 @@ final public class AndrolibResources {
|
|||||||
private boolean mSharedLibrary = false;
|
private boolean mSharedLibrary = false;
|
||||||
|
|
||||||
private final static String[] IGNORED_PACKAGES = new String[] {
|
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[] {
|
private final static String[] ALLOWED_PACKAGES = new String[] {
|
||||||
"com.miui" };
|
"com.miui" };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user