Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 65b57ac8 authored by Leland Miller's avatar Leland Miller Committed by android-build-merger
Browse files

Merge "Add documentation for inserting RCS 1-on-1 thread" am: 4b93dd3f am: 75488cba

am: 17a6dc18

Change-Id: I140a3585a32a6e7c63cbc793ef636b10c3f43637
parents 02aca105 17a6dc18
Loading
Loading
Loading
Loading
+4 −1
Original line number Original line Diff line number Diff line
@@ -2186,7 +2186,10 @@ public final class Telephony {


            /**
            /**
             * The URI to query or modify {@link android.telephony.ims.Rcs1To1Thread}s via the
             * 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,
            Uri RCS_1_TO_1_THREAD_URI = Uri.withAppendedPath(CONTENT_AND_AUTHORITY,
                    RCS_1_TO_1_THREAD_URI_PART);
                    RCS_1_TO_1_THREAD_URI_PART);