Switching around attributes so they are similar

This commit is contained in:
Joe Bowser
2010-06-04 13:32:00 -07:00
parent e55cef9c14
commit 653190c6a1
5 changed files with 9 additions and 9 deletions
@@ -27,12 +27,12 @@ public class ContactManager {
Uri mPhone = android.provider.Contacts.Phones.CONTENT_URI;
Uri mEmail = android.provider.Contacts.ContactMethods.CONTENT_URI;
ContactManager(Activity app, WebView view)
ContactManager(WebView view, Activity app)
{
mApp = app;
mView = view;
}
// This is to add backwards compatibility to the OLD Contacts API\
public void getContactsAndSendBack()
{