diff options
| author | 2021-04-19 19:08:51 +0000 | |
|---|---|---|
| committer | 2021-04-19 19:08:51 +0000 | |
| commit | ca53d40161dc762c7ea9f28f88a1eee1fb7826b5 (patch) | |
| tree | ecb4d08b113a05db37bd2d312a8c60cadfe03b55 | |
| parent | 12d2d7fd9c3ce8600bb62c1395b96a4517d54312 (diff) | |
| parent | e09fc1cd18112b99f88f320e6eedf76e81682922 (diff) | |
Merge "Clarify SipDelegateImsConfiguration getVersion Documentation"
| -rw-r--r-- | telephony/java/android/telephony/ims/SipDelegateImsConfiguration.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/telephony/java/android/telephony/ims/SipDelegateImsConfiguration.java b/telephony/java/android/telephony/ims/SipDelegateImsConfiguration.java index 8762b6a712f2..0d63f7bba741 100644 --- a/telephony/java/android/telephony/ims/SipDelegateImsConfiguration.java +++ b/telephony/java/android/telephony/ims/SipDelegateImsConfiguration.java @@ -501,6 +501,10 @@ public final class SipDelegateImsConfiguration implements Parcelable { * {@link SipMessage} was using the latest configuration during creation and not a stale * configuration due to race conditions between the configuration being updated and the RCS * application not receiving the updated configuration before generating a new message. + * <p> + * The version number should be a positive number that starts at 0 and increments sequentially + * as new {@link SipDelegateImsConfiguration} instances are created to update the IMS + * configuration state. * * @return the version number associated with this {@link SipDelegateImsConfiguration}. */ |