Tells the operating system whether the individual fields in your app should be included in a view structure for autofill purposes on Android API Level 26+.
Enum
auto: Let the Android System use its heuristics to determine if the view is important for autofill.
no: This view isn't important for autofill.
noExcludeDescendants: This view and its children aren't important for autofill.
yes: This view is important for autofill.
yesExcludeDescendants: This view is important for autofill, but its children aren't important for autofill.