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

Commit c728c3da authored by Adam Lesinski's avatar Adam Lesinski
Browse files

AAPT2: Allow <protected-broadcast> and <eat-comment> in AndroidManifest.xml

Change-Id: I38c49a2a31e560dec963d44d94e067035fd59150
parent 50e439df
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -168,6 +168,8 @@ bool ManifestFixer::buildRules(xml::XmlActionExecutor* executor, IDiagnostics* d
        return true;
    });

    manifestAction[u"eat-comment"];
    manifestAction[u"protected-broadcast"];
    manifestAction[u"uses-permission"];
    manifestAction[u"permission"];
    manifestAction[u"permission-tree"];