Fixed
Status Update
Comments
sh...@google.com <sh...@google.com>
jo...@google.com <jo...@google.com> #2
Hi Ed, Thank you so much for these suggestions. I've been reviewing them and merging them in. Hopefully it should be live. I've included a thank you note too in the article.
li...@google.com <li...@google.com>
ap...@google.com <ap...@google.com> #3
Great! Thanks a lot, I'll look for the live updates soon!
Description
The car library (and tests) make use of
PendingIntents
but many pass0
as a value for flags.In Android S, an explicit value for mutability is required, with a preference for
FLAG_IMMUTABLE
.