refactor: log first package if 2

This commit is contained in:
Connor Tumbleson 2021-08-30 20:59:38 -04:00
parent 5c6d091f39
commit 2e3f22af7c
No known key found for this signature in database
GPG Key ID: C3CC0A201EC7DA75

View File

@ -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: