Clarify ImsMmTelManager#setRttCapabilitySetting docs

Bug: 130181297
Test: none - docs change
Change-Id: Ied012ce428051b080da7b5e740caee2a956fa8c3
This commit is contained in:
Brad Ebinger
2019-04-15 17:43:45 -07:00
parent a49f1b725f
commit fa48aa5089

View File

@@ -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) {