Merge "Addressing a bug in parcelization of SmartspaceAction's bundle." into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
01640845f0
@@ -89,7 +89,7 @@ public final class SmartspaceAction implements Parcelable {
|
||||
mPendingIntent = in.readTypedObject(PendingIntent.CREATOR);
|
||||
mIntent = in.readTypedObject(Intent.CREATOR);
|
||||
mUserHandle = in.readTypedObject(UserHandle.CREATOR);
|
||||
mExtras = in.readTypedObject(Bundle.CREATOR);
|
||||
mExtras = in.readBundle();
|
||||
}
|
||||
|
||||
private SmartspaceAction(
|
||||
|
||||
Reference in New Issue
Block a user