Accessibility hint - Android

On Android, you can use setHint to set a hint. Keep in mind that this hint is not only used for accessibility, but also shown visually in editable views.

view.hint = "Opens the Appt website"
<Button
    android:hint="Opens the Appt website">
</Button>