am 81521abe: Merge change 25431 into eclair

Merge commit '81521abea121683643cedbb7483a9a7eb0e466ae' into eclair-plus-aosp

* commit '81521abea121683643cedbb7483a9a7eb0e466ae':
  Add "MMS" to common phone number types.
This commit is contained in:
Jeff Sharkey
2009-09-17 08:45:16 -07:00
committed by Android Git Automerger

View File

@@ -1039,6 +1039,7 @@ public final class ContactsContract {
public static final int TYPE_WORK_MOBILE = 17; public static final int TYPE_WORK_MOBILE = 17;
public static final int TYPE_WORK_PAGER = 18; public static final int TYPE_WORK_PAGER = 18;
public static final int TYPE_ASSISTANT = 19; public static final int TYPE_ASSISTANT = 19;
public static final int TYPE_MMS = 20;
/** /**
* The phone number as the user entered it. * The phone number as the user entered it.