Use given name instead of full name for the initial population of User name.

Bug: 7406217

Change-Id: I5006039ef146369f569445d0fcbaf82fd163343e
This commit is contained in:
Amith Yamasani
2012-10-23 15:36:16 -07:00
parent 56a166e9e3
commit 8d40fac706
3 changed files with 73 additions and 12 deletions

View File

@@ -503,7 +503,7 @@ public class UserSettings extends SettingsPreferenceFragment
}
private String getProfileName() {
String name = Utils.getMeProfileName(getActivity());
String name = Utils.getMeProfileName(getActivity(), true);
if (name != null) {
mProfileExists = true;
}