Language

ImportantForAutofill Enum

Definition

Controls whether a view and its descendants participate in autofill.

public enum ImportantForAutofill
type ImportantForAutofill = 
Inheritance
ImportantForAutofill

Fields

Name Value Description
Auto 0

Indicates the auto autofill importance for a view and its descendants.

Yes 1

Indicates the yes autofill importance for a view and its descendants.

No 2

Indicates the no autofill importance for a view and its descendants.

YesExcludeDescendants 4

Indicates the yes exclude descendants autofill importance for a view and its descendants.

NoExcludeDescendants 8

Indicates the no exclude descendants autofill importance for a view and its descendants.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to