ContentDescription
needed for the Android accessibility.
Particularly for the screen reader feature.
If you don't support Android accessibility you can ignore it
with setup Lint.
So just create lint.xml
.
<?xml version="1.0" encoding="UTF-8"?>
<lint>
<issue id="ContentDescription" severity="ignore" />
</lint>
And put it to the app
folder.