I am getting warning as \"[Accessibility] Missing contentDescription attribute on image\" for imageview. while using android lint
What does that mean?
If you want to suppress this warning in elegant way (because you are sure that accessibility is not needed for this particular ImageView), you can use special attribute:
android:importantForAccessibility="no"