mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-11 21:37:47 +01:00
refactor: log first package if 2
This commit is contained in:
parent
5c6d091f39
commit
2e3f22af7c
@ -69,11 +69,7 @@ final public class AndrolibResources {
|
||||
pkg = pkgs[0];
|
||||
break;
|
||||
case 2:
|
||||
if (pkgs[0].getName().equals("android")) {
|
||||
LOGGER.warning("Skipping \"android\" package group");
|
||||
} else if (pkgs[0].getName().equals("com.htc")) {
|
||||
LOGGER.warning("Skipping \"htc\" package group");
|
||||
}
|
||||
LOGGER.warning("Skipping package group: " + pkgs[0].getName());
|
||||
pkg = pkgs[1];
|
||||
break;
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user