diff options
| author | 2017-04-28 12:54:08 -0700 | |
|---|---|---|
| committer | 2017-04-28 12:54:08 -0700 | |
| commit | c10c0d0db24f2d3fbdeabf7aebaabf527786bba5 (patch) | |
| tree | 0da429493e44236f709f10ee9f7105397f5846d2 | |
| parent | 0ddca92018da69e7224b63cdedbf1944c63ddc34 (diff) | |
AAPT2: Fix typo in manifest validation expectation
Change expected tag from grant-uri-permissions -> grant-uri-permission
Bug: 37714102
Test: manual
Change-Id: Ic0178b83fff8de961cb3fdfe38023eaf111237ee
| -rw-r--r-- | tools/aapt2/link/ManifestFixer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt2/link/ManifestFixer.cpp b/tools/aapt2/link/ManifestFixer.cpp index 27ab22bb0010..f998d31dc96a 100644 --- a/tools/aapt2/link/ManifestFixer.cpp +++ b/tools/aapt2/link/ManifestFixer.cpp @@ -332,7 +332,7 @@ bool ManifestFixer::BuildRules(xml::XmlActionExecutor* executor, // Provider actions. application_action["provider"] = component_action; - application_action["provider"]["grant-uri-permissions"]; + application_action["provider"]["grant-uri-permission"]; application_action["provider"]["path-permission"]; return true; |