Don't try to load the owner info for now, it's not available.

This commit is contained in:
Jeff Hamilton 2009-08-20 16:43:28 -05:00
parent ed651a645c
commit d382107bdc

View File

@ -190,6 +190,7 @@ public class AccountSetupBasics extends Activity
private String getOwnerName() {
String name = null;
/* TODO figure out another way to get the owner name
String projection[] = {
ContactMethods.NAME
};
@ -202,6 +203,7 @@ public class AccountSetupBasics extends Activity
}
c.close();
}
*/
if (name == null || name.length() == 0) {
long defaultId = Account.getDefaultAccountId(this);