From e09fc1cd18112b99f88f320e6eedf76e81682922 Mon Sep 17 00:00:00 2001 From: Brad Ebinger Date: Sat, 17 Apr 2021 20:39:30 +0000 Subject: [PATCH] Clarify SipDelegateImsConfiguration getVersion Documentation Bug: 181764870 Test: docs only change Change-Id: I5ced81d33d80ecc90f704d910c08d0625396d163 --- .../android/telephony/ims/SipDelegateImsConfiguration.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/telephony/java/android/telephony/ims/SipDelegateImsConfiguration.java b/telephony/java/android/telephony/ims/SipDelegateImsConfiguration.java index 8762b6a712f22..0d63f7bba741b 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. + *

+ * 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}. */