Input content type - Android

On Android, you can set a content type by using the android:autofillHints property.

The following values are defined:

Example of using autofillHints:

<EditText
    android:autofillHints="emailAddress" />