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

Commit 8860c34b 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

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


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


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


        String manageSpaceActivity = sa.getNonConfigurationString(
        String manageSpaceActivity = sa.getNonConfigurationString(