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

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

Merge "AAPT2: Allow <path-permission> tag in <provider>" into oc-dev

parents 4f86a894 25783cab
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;
}