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:
commit
aca67a5a86
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user