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

Commit 503db7d6 authored by Ye Wen's avatar Ye Wen Committed by Android (Google) Code Review
Browse files

Merge "Fix API council review issues on new Telephony columns" into lmp-dev

parents 7419b297 dac6bb4a
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";
    }
@@ -1694,7 +1696,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";
    }
@@ -1776,6 +1780,7 @@ public final class Telephony {

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