-Got the contacts list pointed at the new ContactsProvider2.

-Also added some rudimentary starred contacts support.

-Commented out most of the code in ContactsListActivity that dealt with
modes and filters. This will be brought back as we re-add that
functionality to the new app.
diff --git a/src/com/android/contacts/ContactsActivity.java b/src/com/android/contacts/ContactsActivity.java
index e270c35..cda4ba8 100644
--- a/src/com/android/contacts/ContactsActivity.java
+++ b/src/com/android/contacts/ContactsActivity.java
@@ -111,7 +111,7 @@
     }
 
     private void setupFavoritesTab() {
-        Intent intent = new Intent(UI.LIST_STREQUENT_ACTION);
+        Intent intent = new Intent(UI.LIST_STARRED_ACTION);
         intent.setClass(this, ContactsListActivity.class);
 
         mTabHost.addTab(mTabHost.newTabSpec("favorites")