Fixed
Status Update
Comments
an...@google.com <an...@google.com>
an...@google.com <an...@google.com> #2
I've submitted a fix, which will be in the next canary build (Ladybug Canary 3).
an...@google.com <an...@google.com> #3
Thank you for your patience while our engineering team worked to resolve this issue. A fix for this issue is now available in:
- Android Studio Ladybug | 2024.1.3 Canary 3
- Android Gradle Plugin 8.7.0-alpha03
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Thank you for taking the time to submit feedback — we really appreciate it!
Description
(Re-reported on behalf of user because I fixed the Lint side, but the other warning is not from Lint.)
DESCRIBE THE ISSUE IN DETAIL: Adding path-permission inside provider results in error.
STEPS TO REPRODUCE:
AndroidManifest.xml
[within<application></application>
][There is an incorrect warning on the
<path-permission>
element: "Element path-permission is not allowed here"][See the original issue https://issuetracker.google.com/353904288 for screenshot and more details]