Fixed
Status Update
Comments
uc...@google.com <uc...@google.com>
tn...@google.com <tn...@google.com> #2
Fixed by Change-Id: I97c500f8f469372525729a9b35b87d69bb65504e for an upcoming 3.6 canary (probably canary 7). Thanks for the report!
Description
Build #AI-183.6156.11.34.5692245, built on June 27, 2019
JRE: 1.8.0_152-release-1343-b16-5323222 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Linux 4.15.0-55-generic
Steps to Reproduce:
Step #1: Create a scrap Android Studio project
Step #2: Add a res/xml/provider_paths.xml file there with the following content:
<?xml version="1.0" encoding="utf-8"?>
<paths>
<external-media-path name="name" path="path" />
</paths>
Expected Results: no warnings, as <external-media-path> is a valid element according to
Actual Results: inspection "Android XML element is not allowed" warning, saying that <external-media-path> is invalid here