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

Commit 706b85e8 authored by Adam Lesinski's avatar Adam Lesinski Committed by android-build-merger
Browse files

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

am: 7beb895d

Change-Id: I7c426e4e8eb6187d044069c577ae68b1af41ea1e
parents 59c65a8a 7beb895d
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;
}