commit | 62f5117bfd014c45dc977d0f1c86d17c3530696a | [log] [tgz] |
---|---|---|
author | junyulai <junyulai@google.com> | Fri Feb 19 17:35:26 2021 +0800 |
committer | junyulai <junyulai@google.com> | Mon Feb 22 15:06:32 2021 +0800 |
tree | 183dce6c3450cd3b7149ab7a5caab098c3ad8dd4 | |
parent | 561c31906e6ee43f7ecc68a9a8e401ec0e86fb16 [diff] |
Add MUTABLE flag when creating PendingIntent By the new feature introduced in next Android release. Any PendingIntent needs to be specified about the mutability. While ConnectivityService would put extra info such as network or request id before broadcasting the inner intent. The MUTABLE flag needs to be added accordingly. Test: this Fix: 178121691 Change-Id: I87d0efaf51a91556ef9f8e18db38803e4861cfd7