From db2337f779a3a7b14e50ad96f6f97c0e3bf79e11 Mon Sep 17 00:00:00 2001 From: Leland Miller Date: Wed, 20 Feb 2019 07:53:49 -0800 Subject: [PATCH] Add documentation for inserting RCS 1-on-1 thread Test: None, documentation only Bug: 124781386 Change-Id: I1ab521aa6ceb54dc513a219b238f66a59fbfab97 --- telephony/java/android/provider/Telephony.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/telephony/java/android/provider/Telephony.java b/telephony/java/android/provider/Telephony.java index 50b8f79892fd6..21cc1a2171ff9 100644 --- a/telephony/java/android/provider/Telephony.java +++ b/telephony/java/android/provider/Telephony.java @@ -2122,7 +2122,10 @@ public final class Telephony { /** * The URI to query or modify {@link android.telephony.ims.Rcs1To1Thread}s via the - * content provider + * content provider. Can also insert to this URI to create a new 1-to-1 thread. When + * performing an insert, ensure that the provided content values contain the other + * participant's ID under the key + * {@link RcsParticipantColumns.RCS_PARTICIPANT_ID_COLUMN} */ Uri RCS_1_TO_1_THREAD_URI = Uri.withAppendedPath(CONTENT_AND_AUTHORITY, RCS_1_TO_1_THREAD_URI_PART);