Merge "Add support for sending d2d messages through adb shell command."
This commit is contained in:
@@ -2366,6 +2366,11 @@ interface ITelephony {
|
|||||||
*/
|
*/
|
||||||
boolean setCarrierSingleRegistrationEnabledOverride(int subId, String enabled);
|
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.
|
* Gets the config of RCS VoLTE single registration enabled for the carrier/subscription.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user