Commit 09b7119
fix(audience-sdk): use namespace-URI-aware lookup in AndroidManifestPostProcessor
Replace prefix-dependent `Attributes["android:name"]` with
`Attributes.GetNamedItem("name", AndroidNs)` so the duplicate-permission
check uses the same namespace-URI lookup as the SetAttribute insertion,
making both sides of the guard consistent.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 1fc603f commit 09b7119
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments