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

Commit 79f96204 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

am: 706b85e8

Change-Id: I7ae22f1f7dd0736ca83261bc6efae5543c560c59
parents 75f22837 706b85e8
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;
}