Merge "Add support for sending d2d messages through adb shell command." am: 7a58ad001b am: 0b333f92c1

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1555546

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ia2aad0e5f2830690cc09d234da8c5b40b1f30b6f
This commit is contained in:
Tyler Gunn
2021-01-26 00:03:52 +00:00
committed by Automerger Merge Worker

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