diff --git a/telephony/java/com/android/internal/telephony/ITelephony.aidl b/telephony/java/com/android/internal/telephony/ITelephony.aidl index a096c1f3b8b29..018dabfdb5521 100644 --- a/telephony/java/com/android/internal/telephony/ITelephony.aidl +++ b/telephony/java/com/android/internal/telephony/ITelephony.aidl @@ -2388,6 +2388,11 @@ interface ITelephony { */ 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. */