From 0008ef387087ef421f4ae4f0b26a34de266d46ec Mon Sep 17 00:00:00 2001 From: hai007 Date: Wed, 30 Aug 2023 01:01:40 -0700 Subject: [PATCH] [Sharing] Add getContactList API. PiperOrigin-RevId: 561260976 --- proto/sharing_enums.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/sharing_enums.proto b/proto/sharing_enums.proto index 196adf2f..89a8faf2 100644 --- a/proto/sharing_enums.proto +++ b/proto/sharing_enums.proto @@ -496,6 +496,7 @@ enum ServerActionName { UPLOAD_CONTACTS_AND_CERTIFICATES = 8; LIST_REACHABLE_PHONE_NUMBERS = 9; LIST_MY_DEVICES = 10; + LIST_CONTACT_PEOPLE = 11; } // The Fast Share server response state.