Assigned
Status Update
Comments
si...@adevinta.com <si...@adevinta.com> #2
We have shared this with our product and engineering team and will update this issue with more information as it becomes available.
si...@adevinta.com <si...@adevinta.com> #3
- OK:
android:host="@string/host"
➝"www.example.com"
- KO:
android:host="@string/primary"
➝android:host="@string/host"
➝"www.example.com"
Description
When using string resources for
intent-filter
's<data android:host>
where
my_domain
is a string ressource representing a valid domain (likewww.example.com
), the following lint error is issued: