mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-21 17:27:41 +01:00
[miui] add a new ignored package
This commit is contained in:
parent
0370416d90
commit
b878cbd776
@ -756,7 +756,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" };
|
"android", "com.htc", "miui", "com.lge", "com.lge.internal", "yi", "com.miui.sdk" };
|
||||||
|
|
||||||
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