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

Commit 9ab692b0 authored by Wenyi Wang's avatar Wenyi Wang Committed by android-build-merger
Browse files

Merge "Make ScreenEvent match values in contacts_extensions.proto" into ub-contactsdialer-i-dev

am: 7732af7c

Change-Id: If8a63ff363298af96be0d0331d103beaf08f8747
parents 60f3251b 7732af7c
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -31,8 +31,10 @@ public class ScreenEvent {
        public static final int ALL_CONTACTS = 4;
        public static final int QUICK_CONTACT = 5;
        public static final int EDITOR = 6;
        public static final int LIST_ACCOUNT = 7;
        public static final int LIST_GROUP = 8;
        public static final int ME_CONTACT = 9;
        public static final int FIND_DUPLICATES = 7;
        public static final int LIST_ACCOUNT = 8;
        public static final int LIST_GROUP = 9;
        public static final int ME_CONTACT = 10;
        public static final int ASSISTANT = 11;
    }
}