Merge "Use proper classloader when reading from parcel" am: d3cb6380a4
am: 03a515aed4
Change-Id: I65070de075e8d09512d771c805c82043f04b3275
This commit is contained in:
@@ -351,7 +351,7 @@ public class ImsCallProfile implements Parcelable {
|
||||
mServiceType = in.readInt();
|
||||
mCallType = in.readInt();
|
||||
mCallExtras = in.readBundle();
|
||||
mMediaProfile = in.readParcelable(null);
|
||||
mMediaProfile = in.readParcelable(ImsStreamMediaProfile.class.getClassLoader());
|
||||
}
|
||||
|
||||
public static final Creator<ImsCallProfile> CREATOR = new Creator<ImsCallProfile>() {
|
||||
|
||||
Reference in New Issue
Block a user