1<?xml version="1.0" encoding="UTF-8"?> 2<lint> 3 <!-- Ignore all warnings for unused resources since this is not a real app. --> 4 <issue id="UnusedResources" severity="ignore" /> 5 <!-- Ignore all warnings for missing icon density folders since this is not a real app. --> 6 <issue id="IconMissingDensityFolder" severity="ignore" /> 7 <!-- Ignore all warnings for missing content description since this is not a real app. --> 8 <issue id="ContentDescription" severity="ignore" /> 9</lint> 10