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

Commit dac6bb4a authored by Ye Wen's avatar Ye Wen
Browse files

Fix API council review issues on new Telephony columns

b/17252585

Change-Id: I9850f0aa095815f68adc04a9e0080e07c74814c4
parent 917cd56b
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -259,7 +259,9 @@ public final class Telephony {
        public static final String ERROR_CODE = "error_code";

        /**
         * The creator of a sent or imported message
         * The identity of the sender of a sent message. It is
         * usually the package name of the app which sends the message.
         * <p>Type: TEXT</p>
         */
        public static final String CREATOR = "creator";
    }
@@ -1693,7 +1695,9 @@ public final class Telephony {
        public static final String SUB_ID = "sub_id";

        /**
         * The creator of a sent or imported message
         * The identity of the sender of a sent message. It is
         * usually the package name of the app which sends the message.
         * <p>Type: TEXT</p>
         */
        public static final String CREATOR = "creator";
    }
@@ -1775,6 +1779,7 @@ public final class Telephony {

        /**
         * If the thread is archived
         * <P>Type: INTEGER (boolean)</P>
         */
        public static final String ARCHIVED = "archived";
    }