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

Commit 25783cab authored by Adam Lesinski's avatar Adam Lesinski
Browse files

AAPT2: Allow <path-permission> tag in <provider>

Fix a typo where the wrong tag name was expected under <provider>
in AndroidManifest.xml.

Bug: 37627250
Test: manual
Change-Id: I45afd09b4ff25feb320f7991e16c4172e20dd417
parent 3fc17691
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -333,7 +333,7 @@ bool ManifestFixer::BuildRules(xml::XmlActionExecutor* executor,
  // Provider actions.
  application_action["provider"] = component_action;
  application_action["provider"]["grant-uri-permissions"];
  application_action["provider"]["path-permissions"];
  application_action["provider"]["path-permission"];

  return true;
}