commit | 088b2918423ef79b92c0b0433f2f59a1fd0f7c1b | [log] [tgz] |
---|---|---|
author | Evan Millar <emillar@google.com> | Thu May 28 15:24:37 2009 -0700 |
committer | Evan Millar <emillar@google.com> | Thu May 28 15:24:37 2009 -0700 |
tree | f51aaa28ad3ee1a1eacd6db2d8161ebc88f71a89 | |
parent | 9b36f494e52b1b0e383df5c1ae07930830f7cbbd [diff] |
Move ContactsContract.java and SocialContract.java into android.providers The ContactsContract and SocialContract lived previously in the com.android.providers.contacts2 package, and could not be accessed by other packages from there without symlinks, which was getting messy. If it turns out there was a good reason for having the contracts in that package we may have to move these back, but for now this seems like the obvious configuration.