mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-13 06:17:46 +01:00
Handle renamed manifests with "yi"
- issue 682
This commit is contained in:
parent
ce3c37c6ab
commit
76bf5ead25
1
CHANGES
1
CHANGES
@ -44,6 +44,7 @@ v2.0.0 (TBA)
|
||||
-Fixed (issue #677) - Fixed ignoring formatted attribute in <string-array>.
|
||||
-Fixed (issue #675) - Fixed multiple overlapping catches.
|
||||
-Fixed (issue #684) - Fixed issue with multiple ResPackages in ARSC file.
|
||||
-Fixed (issue #682) - Fixed handling renamed manifests with ("yi")
|
||||
-Fixed issue with APKs with multiple dex files.
|
||||
-Fixed issue with using Apktool without smali/baksmali for ApktoolProperties (Thanks teprrr)
|
||||
-Fixed issue with non-URI standard characters in apk name (Thanks rover12421)
|
||||
|
@ -818,7 +818,7 @@ final public class AndrolibResources {
|
||||
private File mAaptBinary = null;
|
||||
|
||||
private final static String[] IGNORED_PACKAGES = new String[] {
|
||||
"android", "com.htc", "miui", "com.lge", "com.lge.internal" };
|
||||
"android", "com.htc", "miui", "com.lge", "com.lge.internal", "yi" };
|
||||
|
||||
private final static String[] ALLOWED_PACKAGES = new String[] {
|
||||
"com.miui" };
|
||||
|
Loading…
Reference in New Issue
Block a user