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

Merge commit 'd382107bdc95d4472050d0879dff7e30193ef1c2'

* commit 'd382107bdc95d4472050d0879dff7e30193ef1c2':
  Don't try to load the owner info for now, it's not available.
This commit is contained in:
Jeff Hamilton 2009-08-20 20:59:01 -07:00 committed by Android Git Automerger
commit aca67a5a86

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);