- Edited
Facing the same problem now 2024. Seems like Google wants this for various Images or Inputfields in order to describe for example visual impaired people a description of what they are looking at. So, an image on the main menu might have: android:contentDescription="Main menu"
Or if it's not applicable it might have: android:contentDescription="@null"
However, how do we include this information in our Android exports? Is there a way to add this in the editor so it follows along out in the export process?