| commit | 3f0476a4e283ce4e55caac016293dafe9dca11fa | [log] [tgz] |
|---|---|---|
| author | Jeff Sharkey <jsharkey@android.com> | Sun Sep 20 12:41:13 2009 -0700 |
| committer | Jeff Sharkey <jsharkey@android.com> | Mon Sep 21 21:05:59 2009 -0700 |
| tree | 9cc133882536a6a0f0643694c7ee6808b858891c | |
| parent | cd263b5c072703e80fe43e46baa831304441369b [diff] |
Basic API for third-party apps to define custom Data rows. To display styled ContactsContract.Data rows in UI, this change adds basic styling attributes that third-party apps can use. The Contacts app parses these structures before displaying Data rows with unrecognized MIME-types. Partially fixes http://b/2126691