commit | c529710329875e2f38dc263d1bf3291eeaa42b57 | [log] [tgz] |
---|---|---|
author | paulhu <paulhu@google.com> | Sun Jan 17 23:59:43 2021 +0800 |
committer | paulhu <paulhu@google.com> | Mon Jan 18 00:10:50 2021 +0800 |
tree | a352743152c198f102b0d156f41bf0a3a6a14570 | |
parent | 25dc7661a29f14c5ae7fb3468fabaca4ef2d0f3a [diff] |
Replace Context#sendStickyBroadcastAsUser() ConnectivityService is using Context#sendStickyBroadcastAsUser to send sticky broadcast but this API is not able to call after it becomes part of Connectivity mainline module. Thus, replace it with Context#sendStickyBroadcast. Bug: 177223402 Test: atest FrameworksNetTests Test: atest CtsNetTestCases Test: atest CtsNetApi23TestCases Change-Id: I55156aeaf9baa9f2fd41853375edf87994789b81