Added missing AutofillEventType so lint doesn't complain.

am: 3dec72b601

Change-Id: I858b95d6b94343c5d6c596c30adf4ad6baa772e6
This commit is contained in:
Felipe Leme
2017-11-03 01:08:10 +00:00
committed by android-build-merger

View File

@@ -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 {}