Fix PhoneAccount parceling (1/2)

Bug: 18343731
Change-Id: Ie69d33cec5e184f1b33d2b4225b8f3dc9ff50f82
This commit is contained in:
Ihab Awad
2014-11-11 18:41:39 -08:00
parent 3f558e7285
commit 96802adcb8

View File

@@ -640,6 +640,7 @@ public class PhoneAccount implements Parcelable {
if (mIconBitmap == null) {
out.writeInt(0);
} else {
out.writeInt(1);
mIconBitmap.writeToParcel(out, flags);
}
out.writeInt(mIconTint);