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

Commit 37029032 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 sc-dev am: 817e62fb

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

Change-Id: I998671a816359d57435cf5343ecd59147694430a
parents 2145c7b3 817e62fb
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -2351,6 +2351,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.
     */