commit | c76d0a78fe2d3471195cfa555bab016eec154f07 | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <jsharkey@android.com> | Thu Aug 27 23:18:03 2009 -0700 |
committer | Jeff Sharkey <jsharkey@android.com> | Fri Aug 28 00:50:49 2009 -0700 |
tree | 036504d0711e21ad0ad2624e4f25eedfad19b30f | |
parent | 023b9437a3644e59309b8cfd12c6d84b98433f95 [diff] |
Include STARRED in Entity, trigger dirty when touched. Include RawContacts.STARRED column in Entity projection and set DIRTY flag when starred is changed. We otherwise don't trigger dirty, since the other fields aren't important to sync--for example, TIMES_CONTACTED. Helps fix http://b/2079148