Loading src/com/android/contacts/model/ExternalAccountType.java +7 −5 Original line number Diff line number Diff line Loading @@ -121,11 +121,13 @@ public class ExternalAccountType extends BaseAccountType { iconRes = resolveExternalResId(context, mAccountTypeIconAttribute, this.resPackageName, ATTR_ACCOUNT_ICON); if (!mHasEditSchema) { // Bring in name and photo from fallback source, which are non-optional addDataKindStructuredName(context); addDataKindDisplayName(context); addDataKindPhoneticName(context); addDataKindPhoto(context); } // If we reach this point, the account type has been successfully initialized. mInitSuccessful = true; Loading Loading
src/com/android/contacts/model/ExternalAccountType.java +7 −5 Original line number Diff line number Diff line Loading @@ -121,11 +121,13 @@ public class ExternalAccountType extends BaseAccountType { iconRes = resolveExternalResId(context, mAccountTypeIconAttribute, this.resPackageName, ATTR_ACCOUNT_ICON); if (!mHasEditSchema) { // Bring in name and photo from fallback source, which are non-optional addDataKindStructuredName(context); addDataKindDisplayName(context); addDataKindPhoneticName(context); addDataKindPhoto(context); } // If we reach this point, the account type has been successfully initialized. mInitSuccessful = true; Loading