diff --git a/telephony/java/com/android/internal/telephony/ITelephony.aidl b/telephony/java/com/android/internal/telephony/ITelephony.aidl index 0537742419003..e556664bb3234 100644 --- a/telephony/java/com/android/internal/telephony/ITelephony.aidl +++ b/telephony/java/com/android/internal/telephony/ITelephony.aidl @@ -2366,6 +2366,11 @@ interface ITelephony { */ boolean setCarrierSingleRegistrationEnabledOverride(int subId, String enabled); + /** + * Sends a device to device message; only for use through shell. + */ + void sendDeviceToDeviceMessage(int message, int value); + /** * Gets the config of RCS VoLTE single registration enabled for the carrier/subscription. */