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

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I339559c8e459e644f24f041361b8798cbcbc4a7d
This commit is contained in:
Tyler Gunn
2021-01-26 00:22:16 +00:00
committed by Automerger Merge Worker

View File

@@ -2333,6 +2333,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.
*/