Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d64d0f9e authored by Todd Kennedy's avatar Todd Kennedy Committed by android-build-merger
Browse files

No need to check package name am: afb5269a am: b9de7e33

am: 8860c34b

Change-Id: If42958ce2661e7516a245954daa6da4a6897c2a2
parents 59e43d34 8860c34b
Loading
Loading
Loading
Loading
+2 −11
Original line number Diff line number Diff line
@@ -2295,12 +2295,8 @@ public class PackageParser {
            b.append(cls);
            return b.toString().intern();
        }
        if (c >= 'a' && c <= 'z') {
        return cls.intern();
    }
        outError[0] = "Bad class name " + cls + " in package " + pkg;
        return null;
    }

    private static String buildCompoundName(String pkg,
            CharSequence procSeq, String type, String[] outError) {
@@ -2760,12 +2756,7 @@ public class PackageParser {
        }

        if (ai.name != null) {
            ai.className = buildClassName(pkgName, ai.name, outError);
            if (ai.className == null) {
                sa.recycle();
                mParseError = PackageManager.INSTALL_PARSE_FAILED_MANIFEST_MALFORMED;
                return false;
            }
            ai.className = ai.name;
        }

        String manageSpaceActivity = sa.getNonConfigurationString(