Remove VT specific mentions in IMS_ACCESS_BLOCKED

Bug: 79919053
Test: docs only
Change-Id: I2883f8eb3383b13395635f03aa8fe665bedc8c41
This commit is contained in:
Brad Ebinger
2022-08-26 15:11:25 -07:00
parent 00f823fb2a
commit 153af0123a

View File

@ -88,8 +88,8 @@ public final class DisconnectCause implements Parcelable {
public static final String REASON_WIFI_ON_BUT_WFC_OFF = "REASON_WIFI_ON_BUT_WFC_OFF";
/**
* Reason code (returned via {@link #getReason()}), which indicates that the video telephony
* call was disconnected because IMS access is blocked.
* Reason code (returned via {@link #getReason()}), which indicates that the call was
* disconnected because IMS access is blocked.
*/
public static final String REASON_IMS_ACCESS_BLOCKED = "REASON_IMS_ACCESS_BLOCKED";