Fix PhoneAccount parceling (1/2)
Bug: 18343731 Change-Id: Ie69d33cec5e184f1b33d2b4225b8f3dc9ff50f82
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user