Merge "Add TelephonyShellCommand to get EAB capability" into sc-dev

This commit is contained in:
Calvin Pan
2021-07-02 17:40:50 +00:00
committed by Android (Google) Code Review

View File

@@ -2388,6 +2388,11 @@ interface ITelephony {
*/ */
String getContactFromEab(String contact); String getContactFromEab(String contact);
/**
* Get the EAB capability from the EAB database.
*/
String getCapabilityFromEab(String contact);
/* /*
* Check whether the device supports RCS User Capability Exchange or not. * Check whether the device supports RCS User Capability Exchange or not.
*/ */