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

Commit 7e98e3fe authored by Leland Miller's avatar Leland Miller Committed by android-build-merger
Browse files

Merge "Fix incorrect descriptions under SMS contract" am: 8f48cb7e am:...

Merge "Fix incorrect descriptions under SMS contract" am: 8f48cb7e am: 6ef5b6c1 am: 4e16f07d am: ecd1d675
am: b6d51f11

Change-Id: I7ca8d0dd5068f190cda7f4ccb85110b6b74f51b8
parents c6958aa6 b6d51f11
Loading
Loading
Loading
Loading
+10 −2
Original line number Diff line number Diff line
@@ -692,7 +692,7 @@ public final class Telephony {
        }

        /**
         * Contains all sent text-based SMS messages in the SMS app.
         * Contains all draft text-based SMS messages in the SMS app.
         */
        public static final class Draft implements BaseColumns, TextBasedSmsColumns {

@@ -808,7 +808,15 @@ public final class Telephony {
        }

        /**
         * Contains all sent text-based SMS messages in the SMS app.
         * Contains a view of SMS conversations (also referred to as threads). This is similar to
         * {@link Threads}, but only includes SMS messages and columns relevant to SMS
         * conversations.
         * <p>
         * Note that this view ignores any information about MMS messages, it is a
         * view of conversations as if MMS messages did not exist at all. This means that all
         * relevant information, such as snippets and message count, will ignore any MMS messages
         * that might be in the same thread through other views and present only data based on the
         * SMS messages in that thread.
         */
        public static final class Conversations
                implements BaseColumns, TextBasedSmsColumns {