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

Commit aa73bdc1 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "Merge "Clarify ImsMmTelManager#setRttCapabilitySetting docs" am:...

Merge "Merge "Clarify ImsMmTelManager#setRttCapabilitySetting docs" am: 2c0e1924 am: f4efaf0c" into qt-dev-plus-aosp
parents 3173de0a 56b96fe0
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -781,8 +781,13 @@ public class ImsMmTelManager {
    }

    /**
     * Change the user's setting for RTT capability of this device.
     * @param isEnabled if true RTT will be enabled during calls.
     * Sets the capability of RTT for IMS calls placed on this subscription.
     *
     * Note: This does not affect the value of
     * {@link android.provider.Settings.Secure#RTT_CALLING_MODE}, which is the global user setting
     * for RTT. That value is enabled/disabled separately by the user through the Accessibility
     * settings.
     * @param isEnabled if true RTT should be enabled during calls made on this subscription.
     */
    @RequiresPermission(Manifest.permission.MODIFY_PHONE_STATE)
    public void setRttCapabilitySetting(boolean isEnabled) {