diff options
author | Brad Ebinger <breadley@google.com> | 2021-04-30 19:12:11 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-04-30 19:12:11 +0000 |
commit | 71a05ba2b47f10f95b53450d21546033e86a7fb9 (patch) | |
tree | a05239993d35e8a2d43ef64b0505bb4d6a1ee421 /telephony/java | |
parent | 63dc1d5081794212e9b12709cb3a3f507338eee6 (diff) | |
parent | 7f4e2af723735db728db7b76c3fe2fc97bf11143 (diff) |
Merge "Add the ability to get Accept-Contact header params"
Diffstat (limited to 'telephony/java')
-rw-r--r-- | telephony/java/android/telephony/ims/SipDelegateManager.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telephony/java/android/telephony/ims/SipDelegateManager.java b/telephony/java/android/telephony/ims/SipDelegateManager.java index 9258e4445d88..97be45ae1c48 100644 --- a/telephony/java/android/telephony/ims/SipDelegateManager.java +++ b/telephony/java/android/telephony/ims/SipDelegateManager.java @@ -102,7 +102,7 @@ public class SipDelegateManager { /** * The feature tag associated with the outgoing message does not match any known feature tags - * and this message can not be sent. + * or it matches a denied tag and this message can not be sent. */ public static final int MESSAGE_FAILURE_REASON_INVALID_FEATURE_TAG = 6; |