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

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

Merge "Move RCS table creation flag to contract class" am: 0c8bc10a am: 122d78dd

am: b280d76d

Change-Id: Iac5b5b7d729769cf9005391819657573ddc5271f
parents a454dd77 b280d76d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2123,6 +2123,11 @@ public final class Telephony {
     * @hide - not meant for public use
     */
    public interface RcsColumns {
        // TODO(sahinc): Turn this to true once the schema finalizes, so that people can update
        //  their messaging databases. NOTE: move the switch/case update in MmsSmsDatabaseHelper to
        //  the latest version of the database before turning this flag to true.
        boolean IS_RCS_TABLE_SCHEMA_CODE_COMPLETE = false;

        /**
         * The authority for the content provider
         */