Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d46f87a9 authored by Felipe Leme's avatar Felipe Leme Committed by android-build-merger
Browse files

Added missing AutofillEventType so lint doesn't complain. am: 3dec72b6

am: 3d2f9d14

Change-Id: I608b1e3ec3c887e50b4daa57cbfdeed0f30d23a0
parents e4adc9e1 3d2f9d14
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1897,7 +1897,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 {}