Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0b333f92 authored by Tyler Gunn's avatar Tyler Gunn Committed by Automerger Merge Worker
Browse files

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

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ib2f9cbfa88d1861de2ba6fd65e31a41f5e331144
parents afc49085 7a58ad00
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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.
     */