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

Commit 92454a87 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix parsing <profileable> in AndroidManifest.xml"

parents a459f9d1 7ea528a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2321,7 +2321,7 @@ public class ApkParseUtils {
                        parsingPackage.setProfileableByShell(true);
                    }
                    XmlUtils.skipCurrentTag(parser);

                    break;
                default:
                    if (!PackageParser.RIGID_PARSER) {
                        Slog.w(TAG, "Unknown element under <application>: " + tagName