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

Commit 770b0f59 authored by Tyler Gunn's avatar Tyler Gunn Committed by Automerger Merge Worker
Browse files

Merge "Add telephony shell command to force D2D communications enabled." into...

Merge "Add telephony shell command to force D2D communications enabled." into sc-dev am: 817e62fb am: 37029032

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

Change-Id: I2b418f37cc134e20c7f84ac6b055c860edc2fe23
parents 528ed74a 37029032
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -2346,6 +2346,12 @@ interface ITelephony {
     */
    void setActiveDeviceToDeviceTransport(String transport);

    /**
     * Forces Device to Device communication to be enabled, even if the device config has it
     * disabled.
     */
    void setDeviceToDeviceForceEnabled(boolean isForceEnabled);

    /**
     * Gets the config of RCS VoLTE single registration enabled for the carrier/subscription.
     */