Fix a type mismatch in COMMIT_CONTENT_FLAGS_KEY
This is a follow up CL to my previous CL [1], which mistakenly attempts to
read an Integer bundle item COMMIT_CONTENT_FLAGS_KEY with
Bundle#getParcelable(String), which causes application crash due to
ClassCastException.
With this CL, the bundle item COMMIT_CONTENT_FLAGS_KEY is read as an
Integer.
[1]: I0b7526b588261030e9d3ae4211919bee07ea37f0
3566cfae6a5253755f041ec2c122d99b5fdc351a
Bug: 29833914
Bug: 30844303
Change-Id: I90a85ee9f8129e56f519a1b4dbe3d6f0aa0db0a8
1 file changed