Merge "Add support for sending d2d messages through adb shell command."

This commit is contained in:
Tyler Gunn
2021-01-25 17:46:42 +00:00
committed by Gerrit Code Review

View File

@@ -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.
*/