commit | 508ebddc466b2d0c8f07d9aa62ffd02c63a77cea | [log] [tgz] |
---|---|---|
author | paulhu <paulhu@google.com> | Mon Nov 23 10:42:00 2020 +0800 |
committer | Paul Hu <paulhu@google.com> | Thu Dec 10 12:28:14 2020 +0000 |
tree | bb9bdbbca3e9723ba7199fe3430cd7b6e488dd6e | |
parent | 5884555cd218ed53dd797ef4183f357aabad4214 [diff] |
Add a mutability flag to the PendingIntent From S, it's required to specify explicitly either FLAG_MUTABLE or FLAG_IMMUTABLE when creating a PendingIntent. Thus, add a mutability flag to the PendingIntent in ConnectivityServiceTest that doesn't specify it before. Bug: 173157160 Test: atest FrameworksNetTests Change-Id: I755c53b90d709dfbac576dc076722476c3edee35