Remove reference to Mms.PHONE_ID

Remove missing reference until corresponding framework changes
are in place or feature redesign.

Change-Id: I98f92c889ba445e836a236628d8b4d795341fc4e
diff --git a/rcs_ui_common/src/com/suntek/rcs/ui/common/provider/RcsMessageProviderConstants.java b/rcs_ui_common/src/com/suntek/rcs/ui/common/provider/RcsMessageProviderConstants.java
index 9cc8436..79eecea 100644
--- a/rcs_ui_common/src/com/suntek/rcs/ui/common/provider/RcsMessageProviderConstants.java
+++ b/rcs_ui_common/src/com/suntek/rcs/ui/common/provider/RcsMessageProviderConstants.java
@@ -50,7 +50,7 @@
     // SMS ("sms") message tables.
     private static final String[] MMS_SMS_COLUMNS =
             { BaseColumns._ID, Mms.DATE, Mms.DATE_SENT, Mms.READ, Mms.THREAD_ID, Mms.LOCKED,
-                     Mms.SUBSCRIPTION_ID, Mms.PHONE_ID};
+                     Mms.SUBSCRIPTION_ID};
 
     // These are the columns that appear only in the MMS message
     // table.