Merge "Move RCS table creation flag to contract class"

am: 0c8bc10ab2

Change-Id: I81f0a24320171fee4d20b661c08d8144e84df181
This commit is contained in:
Leland Miller
2019-02-15 10:37:18 -08:00
committed by android-build-merger

View File

@@ -2059,6 +2059,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
*/