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

Commit b8b17995 authored by Danesh M's avatar Danesh M Committed by Matt Garnes
Browse files

Telephony : Add TRANSPORT_TYPE_COUNT_COLUMN column

Change-Id: I2ed25d2e55f114e87406be29d03eb58925b74b9e
(cherry picked from commit e54a015a)
parent d370415b
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -2440,6 +2440,13 @@ public final class Telephony {
        private MmsSms() {
        private MmsSms() {
        }
        }


        /**
         * The column that specifies number of messages of type.
         * @hide
         */
        public static final String TRANSPORT_TYPE_COUNT_COLUMN =
                "transport_type_count";

        /**
        /**
         * The column to distinguish SMS and MMS messages in query results.
         * The column to distinguish SMS and MMS messages in query results.
         */
         */