commit | dc2da5fd922fc8de0ffcb22df3622b57ed777732 | [log] [tgz] |
---|---|---|
author | Evan Millar <emillar@google.com> | Thu Jun 18 16:07:13 2009 -0700 |
committer | Evan Millar <emillar@google.com> | Fri Jun 19 14:51:04 2009 -0700 |
tree | b9ba9ef7c795ff9ccaa47808ad9c02c375b23286 | |
parent | f418214af37c4e8d7c8f318a282c96e0a364a3d1 [diff] |
Copies the Contacts.Intents class to ContactsContract. ContactsContract now contains all the useful constants that are contained in Contacts.Intents. Because we have to continue to support the Contacts interface, the constants are kept there, but now simply reference the real versions in Contacts.Intents. Contacts.Intents will be deprecated and developers are encouraged to move to Contacts.Intents.