Added missing AutofillEventType so lint doesn't complain.
am: 3dec72b601
Change-Id: I858b95d6b94343c5d6c596c30adf4ad6baa772e6
This commit is contained in:
@@ -1757,7 +1757,7 @@ public final class AutofillManager {
|
||||
public abstract static class AutofillCallback {
|
||||
|
||||
/** @hide */
|
||||
@IntDef({EVENT_INPUT_SHOWN, EVENT_INPUT_HIDDEN})
|
||||
@IntDef({EVENT_INPUT_SHOWN, EVENT_INPUT_HIDDEN, EVENT_INPUT_UNAVAILABLE})
|
||||
@Retention(RetentionPolicy.SOURCE)
|
||||
public @interface AutofillEventType {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user